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
Commit message (
Expand
)
Author
Age
Files
Lines
*
android: use LOCAL_SHARED_LIBRARIES over TARGET_OUT_HEADERS
Emil Velikov
2015-04-22
1
-2
/
+1
*
r600g/sb: treat undefined values like constants
Dave Airlie
2015-02-27
1
-2
/
+2
*
r600g/sb: fix a bug in constants folding optimisation pass
Xavier Bouchoux
2015-02-06
1
-0
/
+2
*
r600g: fix abs() support on ALU 3 source operands instructions
Xavier Bouchoux
2015-02-06
3
-7
/
+63
*
gallium: Add MULTISAMPLE_Z_RESOLVE cap
Axel Davy
2015-02-06
1
-0
/
+2
*
gallium: add a cap to determine whether the driver supports offset_clamp
Ilia Mirkin
2015-02-02
1
-0
/
+1
*
dir-locals.el: Don't set variables for non-programming modes
Neil Roberts
2015-02-02
1
-1
/
+1
*
r600g: add support for primitive id without geom shader (v2)
Dave Airlie
2015-01-28
6
-1
/
+51
*
r600g: move selecting the pixel shader earlier.
Dave Airlie
2015-01-28
1
-3
/
+4
*
radeonsi: only flush the right set of caches for CP DMA operations
Marek Olšák
2015-01-07
1
-1
/
+2
*
r600g,radeonsi: separate cache flush flags
Marek Olšák
2015-01-07
1
-0
/
+15
*
r600g: move r6xx-specific streamout flush flagging into r600g
Marek Olšák
2015-01-07
1
-3
/
+6
*
radeonsi: Cache LLVMTargetMachine object in si_screen
Tom Stellard
2015-01-06
1
-1
/
+1
*
gallium: add TGSI_SEMANTIC_VERTEXID_NOBASE and TGSI_SEMANTIC_BASEVERTEX
Roland Scheidegger
2014-12-16
1
-0
/
+1
*
r600g/sb: implement r600 gpr index workaround. (v3.1)
Dave Airlie
2014-12-16
4
-9
/
+57
*
r600g/sb: fix issues with loops created for switch
Vadim Girlin
2014-12-16
5
-4
/
+16
*
Revert "r600g/sb: fix issues cause by GLSL switching to loops for switch"
Dave Airlie
2014-12-16
1
-38
/
+12
*
gallium: Remove Android files from distribution.
Matt Turner
2014-12-12
1
-1
/
+1
*
r600g: only init GS_VERT_ITEMSIZE on r600
Dave Airlie
2014-12-10
1
-5
/
+2
*
r600g: fix regression since UCMP change
Dave Airlie
2014-12-09
1
-1
/
+1
*
Remove useless checks for NULL before freeing
Matt Turner
2014-12-08
1
-8
/
+4
*
r600, llvm: Don't leak global symbol offsets
Jan Vesely
2014-12-02
1
-0
/
+1
*
r600, llvm: Fix mem leak
Jan Vesely
2014-12-02
1
-0
/
+1
*
r600g/sb: fix issues cause by GLSL switching to loops for switch
Dave Airlie
2014-12-02
1
-12
/
+38
*
r600g: make llvm code compile this time
Dave Airlie
2014-11-27
1
-1
/
+1
*
r600g: fix fallout from last patch
Dave Airlie
2014-11-27
3
-4
/
+1
*
r600g: merge the TXQ and BUFFER constant buffers (v1.1)
Dave Airlie
2014-11-27
3
-68
/
+61
*
gallium: Drop the unused CND opcode.
Eric Anholt
2014-11-24
1
-3
/
+3
*
gallium: Drop unused BRA opcode.
Eric Anholt
2014-11-24
1
-3
/
+3
*
gallium: Drop the unused SFL/STR opcodes.
Eric Anholt
2014-11-24
1
-6
/
+6
*
gallium: Drop the unused RFL opcode.
Eric Anholt
2014-11-24
1
-3
/
+3
*
gallium: Drop unused X2D opcode.
Eric Anholt
2014-11-24
1
-3
/
+3
*
gallium: Drop the unused ARA opcode.
Eric Anholt
2014-11-24
1
-3
/
+3
*
gallium: Drop the unused RCC opcode.
Eric Anholt
2014-11-24
1
-3
/
+3
*
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: handle empty vertex shaders
Dave Airlie
2014-11-18
1
-4
/
+8
*
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: Fix build with opencl and radeonsi disabled
Tom Stellard
2014-10-31
1
-6
/
+6
*
r600g/compute: Enable PIPE_SHADER_IR_NATIVE for compute shaders v2
Tom Stellard
2014-10-31
6
-91
/
+174
*
r600g: fix polygon mode for points and lines and point/line fill modes
Marek Olšák
2014-10-28
2
-6
/
+6
*
r600g: Implement sm5 UBO/sampler indexing
Glenn Kennard
2014-10-28
7
-19
/
+164
*
r600g: Implement sm5 interpolation functions
Glenn Kennard
2014-10-28
2
-3
/
+237
*
gallium: introduce PIPE_CAP_CLIP_HALFZ.
Mathias Fröhlich
2014-10-24
1
-0
/
+1
[next]