index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
r600
/
r600_shader.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: Drop the NRM and NRM4 opcodes.
Eric Anholt
2014-11-24
1
-6
/
+6
*
r600: Drop the "/* gap */" notes.
Eric Anholt
2014-11-24
1
-19
/
+0
*
r600g: do all CUBE ALU operations before gradient texture operations (v2.1)
Dave Airlie
2014-11-24
1
-64
/
+72
*
r600: fix texture gradients instruction emission (v2)
Dave Airlie
2014-11-24
1
-28
/
+31
*
r600g: limit texture offset application to specific types (v2)
Dave Airlie
2014-11-19
1
-3
/
+18
*
r600g: geom shaders: always load texture src regs from inputs
Dave Airlie
2014-11-19
1
-1
/
+2
*
r600g/cayman: fix texture gather tests
Dave Airlie
2014-11-18
1
-4
/
+11
*
r600g: cayman umad assigns dst pointlessly
Dave Airlie
2014-11-18
1
-1
/
+1
*
r600g/cayman: fix integer multiplication output overwrite (v2)
Dave Airlie
2014-11-18
1
-3
/
+23
*
r600g: Implement sm5 UBO/sampler indexing
Glenn Kennard
2014-10-28
1
-6
/
+46
*
r600g: Implement sm5 interpolation functions
Glenn Kennard
2014-10-28
1
-3
/
+234
*
r600g: Implement GL_ARB_sample_shading
Glenn Kennard
2014-10-12
1
-72
/
+220
*
r600g: Implement sm5 geometry shader instancing
Glenn Kennard
2014-09-01
1
-0
/
+11
*
r600g: Implement ARB_derivative_control
Glenn Kennard
2014-08-15
1
-9
/
+11
*
r600g: fix constant buffer fetches
Marek Olšák
2014-08-14
1
-0
/
+1
*
r600g: Implement gpu_shader5 textureGather
Glenn Kennard
2014-08-01
1
-3
/
+33
*
r600g: gpu_shader5 gl_SampleMaskIn support
Glenn Kennard
2014-07-31
1
-5
/
+32
*
r600g: Implement gpu_shader5 integer ops
Glenn Kennard
2014-07-31
1
-0
/
+190
*
r600g: Add IMUL_HI/UMUL_HI support
Glenn Kennard
2014-07-31
1
-6
/
+6
*
r600g: Implement GL_ARB_texture_query_lod
Glenn Kennard
2014-07-31
1
-1
/
+12
*
r600g: switch SNORM conversion to DX and GLES behavior
Marek Olšák
2014-07-28
1
-2
/
+0
*
r600g: Use hardware sqrt instruction
Glenn Kennard
2014-07-23
1
-6
/
+3
*
r600g: Implement GL_ARB_texture_gather
Glenn Kennard
2014-07-18
1
-6
/
+41
*
gallium: switch dedicated centroid field to interpolation location
Ilia Mirkin
2014-07-09
1
-2
/
+2
*
r600g: allow vs to write to gl_ViewportIndex
Ilia Mirkin
2014-07-03
1
-0
/
+17
*
r600g: allow viewport index/layer to be sent to ps
Ilia Mirkin
2014-07-02
1
-2
/
+20
*
r600g: use TGSI_PROPERTY to disable viewport and clipping
Christoph Bumiller
2014-06-02
1
-0
/
+4
*
r600g: HW bug workaround for TGSI_OPCODE_BREAKC
Christoph Bumiller
2014-06-02
1
-4
/
+20
*
r600g: implement TGSI_OPCODE_BREAKC
Christoph Bumiller
2014-06-02
1
-1
/
+24
*
r600g: support all channels of TGSI_FILE_ADDRESS
Christoph Bumiller
2014-06-02
1
-28
/
+58
*
r600g: Disable LLVM by default at runtime for graphics
Michel Dänzer
2014-04-17
1
-1
/
+1
*
r600g: Don't leak bytecode on shader compile failure
Michel Dänzer
2014-04-10
1
-7
/
+12
*
r600g: document why texture offset emulation is needed
Marek Olšák
2014-03-10
1
-1
/
+2
*
r600g: fix texelFetchOffset GLSL functions
Marek Olšák
2014-03-07
1
-10
/
+77
*
r600g: implement edge flags
Marek Olšák
2014-03-04
1
-4
/
+51
*
r600g: Use util_cpu_to_le32() instead of bswap32() on big-endian systems
Tom Stellard
2014-02-24
1
-1
/
+1
*
r600g: add support for multiple viewports.
Dave Airlie
2014-02-11
1
-0
/
+17
*
r600g: add support for geom shaders to r600/r700 chipsets (v2)
Dave Airlie
2014-02-05
1
-7
/
+19
*
r600g: properly propogate clip dist write value
Dave Airlie
2014-02-05
1
-0
/
+1
*
r600g: calculate a better value for array_size (v2)
Dave Airlie
2014-02-05
1
-1
/
+1
*
r600g: fix CAYMAN geometry shader support
Dave Airlie
2014-02-05
1
-2
/
+6
*
r600g: fix up shader out misc stuff for copy shader
Dave Airlie
2014-02-05
1
-1
/
+9
*
r600g: initial VS output layer support
Dave Airlie
2014-02-05
1
-12
/
+46
*
r600g: fix dynamic_input_array_index.shader_test
Dave Airlie
2014-02-05
1
-4
/
+44
*
r600g: add support for indirect geom ring writes
Dave Airlie
2014-02-05
1
-7
/
+58
*
r600g: add primitive input support for gs
Dave Airlie
2014-02-05
1
-0
/
+9
*
r600g: emit streamout from dma copy shader
Dave Airlie
2014-02-05
1
-2
/
+4
*
r600g/gs: fix cases where number of gs inputs != number of gs outputs
Dave Airlie
2014-02-05
1
-1
/
+6
*
r600g: increase array base for exported parameters
Dave Airlie
2014-02-05
1
-0
/
+3
*
r600g: emit NOPs at end of shaders in more cases
Dave Airlie
2014-02-05
1
-2
/
+5
[next]