index
:
~abj/mesa
GATHER
broadwell_rs_gather_constants
broadwell_rs_hw_bt_only
cont4
contiguous_uniforms
contiguous_uniforms2
contiguous_uniforms4
finegrained
gather_uniform_rework
master
no_intermediate_uniform_constbuffer
rs_gather_constants0
rs_gather_constants1
rs_gather_constants_NIR
rs_gather_constants_ue4_fix
rs_separate_state_setup
same_batch_cached_surf_states
sat_fix
Abj's mesa experiments
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2012-09-20
gallium: mention PIPE_TIMEOUT_INFINITE in the fence_finish() comment
Brian Paul
1
-1
/
+1
2012-09-20
llvmpipe: fix overflow bug in total texture size computation
Brian Paul
1
-2
/
+16
2012-09-20
r600g/llvm: rs780/rs880 are r600 asics
Alex Deucher
1
-2
/
+2
2012-09-20
mesa: Allow glGetTexParameter of GL_TEXTURE_SRGB_DECODE_EXT
Ian Romanick
1
-0
/
+12
2012-09-19
r300/compiler: Use precomputed q values in the register allocator
Tom Stellard
1
-1
/
+69
2012-09-19
r300g: Init regalloc state during context creation
Tom Stellard
8
-155
/
+204
2012-09-19
r300/compiler: Don't create register classes for inputs
Tom Stellard
1
-14
/
+1
2012-09-19
ra: Add q_values parameter to ra_set_finalize()
Tom Stellard
5
-5
/
+18
2012-09-19
ra: Clarify usage of ra_set_node_reg()
Tom Stellard
1
-0
/
+2
2012-09-19
r600g: Invalidate texture cache when creating vertex buffers for compute v2
Tom Stellard
1
-1
/
+3
2012-09-19
r600g: Use LOOP_START_DX10 for loops
Tom Stellard
3
-2
/
+11
2012-09-19
r600g: Set the correct value of COLOR*_DIM for RATs
Tom Stellard
1
-2
/
+2
2012-09-19
r600g: Make sure to initialize DB_DEPTH_CONTROL register for compute
Tom Stellard
1
-1
/
+3
2012-09-19
r600g: Add some comments and debug printfs to compute code
Tom Stellard
2
-5
/
+53
2012-09-19
r600g: Add missing break to case statement
Tom Stellard
1
-0
/
+1
2012-09-19
radeon/llvm: Emit ISA for ALU instructions in the R600 code emitter
Michal Sciubidlo
10
-167
/
+359
2012-09-19
radeon/llvm: Only support 512 constant registers on R600
Tom Stellard
1
-1
/
+1
2012-09-19
Revert "mesa: consolidate subtexture x/y/width/height error checking code"
Brian Paul
1
-73
/
+84
2012-09-19
Revert "more comment"
Brian Paul
1
-2
/
+4
2012-09-19
Revert "mesa: clean-up and fix glCompressedTexSubImage error checking"
Brian Paul
1
-81
/
+64
2012-09-19
mesa: clean-up and fix glCompressedTexSubImage error checking
Brian Paul
1
-64
/
+81
2012-09-19
more comment
Brian Paul
1
-4
/
+2
2012-09-19
mesa: consolidate subtexture x/y/width/height error checking code
Brian Paul
1
-84
/
+73
2012-09-19
winsys/radeon: fix relocs caching
Vadim Girlin
2
-8
/
+6
2012-09-18
radeon/llvm: Add a fdiv pattern.
Vincent Lejeune
1
-3
/
+10
2012-09-18
radeon/llvm: reserve also corresponding 128bits reg
Vincent Lejeune
1
-0
/
+1
2012-09-17
softpipe: implement the new can_create_resource() function
Brian Paul
2
-5
/
+29
2012-09-17
llvmpipe: implement the new can_create_resource() function
Brian Paul
1
-5
/
+23
2012-09-17
st/mesa: implement new proxy texture code
Brian Paul
2
-1
/
+73
2012-09-17
gallium: add new pipe_screen::can_create_resource() function
Brian Paul
2
-0
/
+18
2012-09-17
mesa: take cube faces into account in _mesa_test_proxy_teximage()
Brian Paul
1
-0
/
+1
2012-09-17
mesa: handle GL_PROXY_TEXTURE_CUBE_MAP in _mesa_num_tex_faces()
Brian Paul
1
-1
/
+7
2012-09-17
llvmpipe: set max cube texture size to 4K x 4K
Brian Paul
2
-1
/
+2
2012-09-17
mesa: move/fix levels check for glTexStorage()
Brian Paul
1
-8
/
+8
2012-09-17
mesa: rewrite glTexStorage() code
Brian Paul
1
-74
/
+79
2012-09-17
mesa: rework texture size error checking
Brian Paul
4
-225
/
+161
2012-09-17
mesa: refactor _mesa_test_proxy_teximage() code
Brian Paul
2
-30
/
+56
2012-09-17
mesa: move glTexImage 'level' error checking
Brian Paul
1
-22
/
+10
2012-09-17
mesa: change create_version_string() return type to void
Brian Paul
1
-1
/
+1
2012-09-18
glsl: make _mesa_builtin_uniform_desc static
Dave Airlie
2
-3
/
+1
2012-09-17
radeon/llvm: Inital flow control support for SI
Tom Stellard
7
-2
/
+168
2012-09-17
r600g: Close a memory leak of llvm byte streams
Xinya Zhang
1
-0
/
+1
2012-09-17
radeon/llvm: Fix unused variable warning
Tom Stellard
1
-1
/
+0
2012-09-17
radeon/llvm: Move kernel arg lowering into R600TargetLowering class
Tom Stellard
6
-470
/
+35
2012-09-17
main/version: consolodate version string creation for ES/Desktop GL
Jordan Justen
1
-34
/
+24
2012-09-17
i965: Stop putting 8 NOPs after each prorgam.
Eric Anholt
1
-8
/
+0
2012-09-17
i965: Test instruction compaction on gen7
Eric Anholt
2
-10
/
+23
2012-09-17
i965: Add support for instruction compaction on Gen7.
Kenneth Graunke
3
-33
/
+220
2012-09-17
i965: Support instruction compaction between control flow.
Eric Anholt
1
-28
/
+92
2012-09-17
i965: Add support for instruction compaction.
Eric Anholt
10
-8
/
+946
[next]