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
/
docs
Age
Commit message (
Expand
)
Author
Files
Lines
2014-02-04
gallium: remove PIPE_CAP_MAX_COMBINED_SAMPLERS
Marek Olšák
1
-2
/
+0
2014-01-17
gallium: add bits for clipping points as tris (d3d-style)
Roland Scheidegger
1
-4
/
+11
2013-12-03
gallium: add support for AMD_vertex_shader_layer
Marek Olšák
1
-0
/
+2
2013-11-28
gallium: new shader cap bit for the amount of sampler views
Roland Scheidegger
1
-1
/
+3
2013-11-21
gallium: Make TGSI_SEMANTIC_FOG register four-component wide.
José Fonseca
1
-7
/
+4
2013-10-26
gallium: add PIPE_CAP_MIXED_FRAMEBUFFER_SIZES
Ilia Mirkin
1
-0
/
+3
2013-10-23
gallium: new, unified pipe_context::set_sampler_views() function
Brian Paul
2
-12
/
+6
2013-10-09
gallium: Add support for 32x32 muls with 64 bit results
Zack Rusin
1
-0
/
+30
2013-10-03
gallium/docs: update bind_sampler_states() documentation
Brian Paul
1
-5
/
+6
2013-09-20
gallium: add flush_resource context function
Marek Olšák
1
-0
/
+13
2013-08-27
draw: clean up setting stream out information a bit
Roland Scheidegger
1
-0
/
+2
2013-08-13
gallium: add new float comparison instructions returning integer masks
Roland Scheidegger
1
-16
/
+76
2013-08-08
gallium: clarify SVIEWINFO opcode
Roland Scheidegger
1
-1
/
+9
2013-08-02
gallium: clarify shift behavior with shift count >= 32
Roland Scheidegger
1
-12
/
+18
2013-07-31
gallium/docs: clarify definition of PIPE_CAP_USER_CONSTANT_BUFFERS, etc
Brian Paul
1
-5
/
+8
2013-07-27
gallivm: handle texel swizzles correctly for d3d10-style sample opcodes
Roland Scheidegger
1
-0
/
+2
2013-07-22
gallium: Add PIPE_CAP_ENDIANNESS
Tom Stellard
1
-0
/
+2
2013-07-11
gallium: fixup definitions of the rsq and sqrt
Zack Rusin
1
-3
/
+3
2013-07-12
tgsi: rename the TGSI fragment kill opcodes
Brian Paul
1
-2
/
+4
2013-07-12
tgsi: fix-up KILP comments
Brian Paul
1
-5
/
+5
2013-06-24
gallium: Fix llvmpipe on big-endian machines
Adam Jackson
1
-0
/
+61
2013-06-22
gallium/docs: more documentation for pipe_resource::array_size
Brian Paul
1
-0
/
+6
2013-06-19
gallium: fix PIPE_QUERY_TIMESTAMP_DISJOINT
Roland Scheidegger
1
-4
/
+6
2013-06-18
gallium: add condition parameter to render_condition
Roland Scheidegger
1
-5
/
+9
2013-06-13
gallium/draw: add limits to the clip and cull distances
Zack Rusin
1
-0
/
+23
2013-06-10
gallium: add a cull distance semantic
Zack Rusin
1
-0
/
+11
2013-06-07
gallium/docs: fix up transfer description for 1d arrays, add cube map arrays
Roland Scheidegger
1
-5
/
+4
2013-06-01
gallium: add support for layered rendering
Roland Scheidegger
1
-2
/
+20
2013-05-25
gallium/docs: adds documentation for multi viewport cap
Zack Rusin
1
-0
/
+4
2013-05-25
gallium: Add support for multiple viewports
Zack Rusin
1
-3
/
+5
2013-05-11
gallium: add PIPE_CAP_MAX_TEXTURE_BUFFER_SIZE for GL
Marek Olšák
1
-0
/
+2
2013-05-07
gallium: more tgsi documentation updates
Roland Scheidegger
1
-131
/
+250
2013-05-03
gallium: tgsi documentation updates and clarification for integer opcodes.
Roland Scheidegger
1
-73
/
+289
2013-05-02
tgsi: allow negation of all integer types
Zack Rusin
1
-5
/
+2
2013-04-23
gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel...
José Fonseca
2
-4
/
+71
2013-04-22
gallium: Add a new clip_halfz rasterizer state.
José Fonseca
1
-0
/
+4
2013-04-20
gallium: document breakc and switch/case/default/endswitch
Roland Scheidegger
1
-6
/
+51
2013-04-18
st/mesa: optionally apply texture swizzle to border color v2
Christoph Bumiller
2
-2
/
+15
2013-04-17
gallium: Disambiguate TGSI_OPCODE_IF.
José Fonseca
1
-4
/
+17
2013-04-17
gallium: Eliminate TGSI_OPCODE_IFC.
José Fonseca
1
-5
/
+0
2013-04-05
gallium: PIPE_COMPUTE_CAP_IR_TARGET - allow drivers to specify a processor v2
Tom Stellard
1
-4
/
+4
2013-04-04
freedreno: document debug flag
Erik Faye-Lund
1
-0
/
+4
2013-04-03
gallium/docs: fix definition of PIPE_QUERY_SO_STATISTICS
Christoph Bumiller
1
-3
/
+5
2013-04-03
gallium: add PIPE_CAP_QUERY_PIPELINE_STATISTICS
Christoph Bumiller
1
-0
/
+2
2013-03-26
gallium/docs: document get_driver_query_info
Marek Olšák
1
-0
/
+12
2013-03-23
gallium,st/mesa: don't use blit-based transfers with software rasterizers
Marek Olšák
1
-0
/
+4
2013-03-20
gallium: add TGSI_SEMANTIC_TEXCOORD,PCOORD v3
Christoph Bumiller
3
-0
/
+42
2013-03-19
tgsi: add ArrayID documentation v2
Christian König
1
-0
/
+18
2013-03-12
d3d1x: Remove.
José Fonseca
1
-1
/
+1
2013-03-02
llvmpipe: bump glsl version to 140
Roland Scheidegger
1
-11
/
+4
[next]