index
:
~nh/mesa
ARB_enhanced_layouts
ARB_gpu_shader_int64
ARB_sparse_buffer
ac_surface
addrtool
arb_bindless_texture
arb_transform_feedback_overflow_query
arrays
buffer-suballoc
cubemaps
ddiv
debug-dma
descriptors
driconf
fences-threads-ddebug
first-image
ibs
images-radeonsi
khronos-update
ldexp
merged-shader-io-bitfields
nir
nir-v2
out-of-order
pbo-download
pbo-upload
pub-invalidate
query
query-buffer-object
r300-compiler
r300g-glsl
readpixels
shader-state
si_shader_mem
ssbo
tgsi-const-2d
tmp
ubsan
user_stride
user_stride-v2
wip
nh's Mesa repository; mostly radeonsi related development
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
i915
Age
Commit message (
Expand
)
Author
Files
Lines
2013-10-23
gallium: new, unified pipe_context::set_sampler_views() function
Brian Paul
1
-2
/
+20
2013-10-12
i915g: Fix assert
Stephane Marchesin
1
-1
/
+1
2013-10-07
i915g: Rename sampler to fragment_sampler
Stéphane Marchesin
4
-9
/
+9
2013-10-07
i915g: Fix the sampler bind function
Stéphane Marchesin
1
-19
/
+30
2013-10-03
i915g: remove old bind_vertex/fragment_sampler_states() hooks
Brian Paul
1
-2
/
+0
2013-10-03
i915g: implement pipe_context::bind_sampler_states()
Brian Paul
1
-0
/
+22
2013-09-20
gallium: add flush_resource context function
Marek Olšák
1
-0
/
+6
2013-09-06
gallium, intel: Implements new __DRI_IMAGE_USE_LINEAR and PIPE_BIND_LINEAR fl...
Axel Davy
1
-2
/
+6
2013-09-06
i915g: Document fall-through switch
Stéphane Marchesin
1
-4
/
+3
2013-09-06
i915g: Handle i915->batch == NULL correctly in flush
Stéphane Marchesin
1
-1
/
+4
2013-09-06
i915g: Remove useless comparison
Stéphane Marchesin
1
-3
/
+2
2013-09-06
i915g: Fix initial array index
Stéphane Marchesin
1
-1
/
+1
2013-09-04
i915g: Implement writemask fixup
Stéphane Marchesin
3
-38
/
+90
2013-09-04
i915g: Stop calling draw_prepare_shader_outputs
Stéphane Marchesin
1
-2
/
+0
2013-09-04
i915g: Add more optimizations
Stéphane Marchesin
3
-58
/
+371
2013-08-02
draw: inject frontface info into wireframe outputs
Zack Rusin
1
-0
/
+2
2013-07-22
gallium: Add PIPE_CAP_ENDIANNESS
Tom Stellard
1
-0
/
+2
2013-07-12
tgsi: rename the TGSI fragment kill opcodes
Brian Paul
2
-7
/
+5
2013-07-02
mesa,glsl,gallium: remove GLSLSkipStrictMaxVaryingLimitCheck and dependencies
Marek Olšák
1
-1
/
+0
2013-05-25
gallium: Add support for multiple viewports
Zack Rusin
1
-5
/
+10
2013-05-14
draw: try to prevent overflows on index buffers
Zack Rusin
1
-2
/
+2
2013-05-14
draw: don't crash on vertex buffer overflow
Zack Rusin
1
-2
/
+2
2013-05-08
i915: Use Y tiling for textures
Stéphane Marchesin
1
-2
/
+7
2013-05-08
i915g: Optimize batchbuffer sizes
Stéphane Marchesin
1
-3
/
+5
2013-05-08
i915g: Add more PIPE_CAP_* support
Stéphane Marchesin
1
-0
/
+9
2013-05-04
gallium: fix type of flags in pipe_context::flush()
Chia-I Wu
2
-3
/
+3
2013-04-18
st/mesa: optionally apply texture swizzle to border color v2
Christoph Bumiller
1
-0
/
+1
2013-04-17
i915g: Release old fragment shader sampler views with current pipe
Stuart Abercrombie
1
-3
/
+8
2013-04-03
gallium: add PIPE_CAP_QUERY_PIPELINE_STATISTICS
Christoph Bumiller
1
-0
/
+1
2013-03-20
gallium: add TGSI_SEMANTIC_TEXCOORD,PCOORD v3
Christoph Bumiller
1
-0
/
+2
2013-03-19
tgsi: use separate structure for indirect address v2
Christian König
1
-4
/
+4
2013-03-08
i915g: Use PIPE_FLUSH_END_OF_FRAME to trigger throttling
Stéphane Marchesin
8
-23
/
+36
2013-03-08
i915g: Update TODO
Stéphane Marchesin
1
-12
/
+1
2013-02-04
gallium/drivers: handle PIPE_SHADER_CAP_TGSI_SQRT_SUPPORTED query
Brian Paul
1
-0
/
+1
2013-01-15
gallium: remove PIPE_CAP_DEPTHSTENCIL_CLEAR_SEPARATE
Marek Olšák
1
-1
/
+0
2013-01-13
Remove hacks for static Makefiles
Matt Turner
1
-3
/
+0
2013-01-10
Clean up .gitignore files
Matt Turner
1
-1
/
+0
2013-01-10
i915g: Convert to automake
Matt Turner
3
-9
/
+37
2013-01-04
gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flag
Marek Olšák
2
-3
/
+4
2012-12-20
gallium: s/PIPE_CAP_TIMER_QUERY/PIPE_CAP_QUERY_TIME_ELAPSED/
José Fonseca
1
-1
/
+1
2012-12-12
gallium: remove pipe_surface::usage
Marek Olšák
1
-1
/
+0
2012-11-12
gallivm,draw,llvmpipe: use base ptr + mip offsets instead of mip pointers
Roland Scheidegger
1
-6
/
+6
2012-10-31
gallium: expose ARB_map_buffer_alignment on Radeon
Marek Olšák
1
-0
/
+1
2012-10-31
gallium: add start_slot parameter to set_vertex_buffers
Marek Olšák
2
-7
/
+7
2012-10-18
gallium: remove unused data pointer from pipe_transfer
Marek Olšák
1
-1
/
+0
2012-10-11
gallium: unify transfer functions
Marek Olšák
3
-81
/
+50
2012-10-09
i915g: fix unused variable and type conversion warnings
Marek Olšák
2
-2
/
+1
2012-10-08
i915g: Don't clobber I915_NEW_FS on new framebuffer.
Stéphane Marchesin
1
-1
/
+1
2012-10-06
i915g: Call draw_set_mapped_vertex_buffer from draw_vbo
Stéphane Marchesin
2
-15
/
+17
2012-10-05
i915g: Get rid of the fixup state functions.
Stéphane Marchesin
3
-48
/
+0
[next]