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
Commit message (
Expand
)
Author
Age
Files
Lines
*
pipe-loader: Remove a few debug_printfs
Tom Stellard
2012-09-21
2
-4
/
+0
*
radeon/llvm: Handle loads from the constants address space.
Tom Stellard
2012-09-21
2
-0
/
+10
*
radeon/llvm: Add support for v4f32 stores on R600
Tom Stellard
2012-09-21
3
-9
/
+27
*
radeon/llvm: Add support for i8 reads on R600
Tom Stellard
2012-09-21
3
-0
/
+25
*
radeon/llvm: Expand vector fadd and fmul on R600
Tom Stellard
2012-09-21
1
-0
/
+3
*
radeon/llvm: Add optimization for FP_ROUND
Tom Stellard
2012-09-21
2
-0
/
+27
*
radeon/llvm: Replace AMDGPU pow intrinsic with the llvm version
Tom Stellard
2012-09-21
4
-7
/
+26
*
i965/blorp: Fix narrowing warnings.
Paul Berry
2012-09-21
1
-3
/
+3
*
i965: Remove brw_set_predicate_inverse(p, true) from scratch offset code
Kenneth Graunke
2012-09-21
1
-1
/
+0
*
mesa: Don't override S3TC internalFormat if data is pre-compressed.
Kenneth Graunke
2012-09-20
1
-1
/
+1
*
i965/blorp: Add support for blits between SRGB and linear formats.
Kenneth Graunke
2012-09-20
2
-4
/
+8
*
mesa: Ignore SRGB when determining compatible resolve formats.
Kenneth Graunke
2012-09-20
1
-1
/
+2
*
gallium: mention PIPE_TIMEOUT_INFINITE in the fence_finish() comment
Brian Paul
2012-09-20
1
-1
/
+1
*
llvmpipe: fix overflow bug in total texture size computation
Brian Paul
2012-09-20
1
-2
/
+16
*
r600g/llvm: rs780/rs880 are r600 asics
Alex Deucher
2012-09-20
1
-2
/
+2
*
mesa: Allow glGetTexParameter of GL_TEXTURE_SRGB_DECODE_EXT
Ian Romanick
2012-09-20
1
-0
/
+12
*
r300/compiler: Use precomputed q values in the register allocator
Tom Stellard
2012-09-19
1
-1
/
+69
*
r300g: Init regalloc state during context creation
Tom Stellard
2012-09-19
8
-155
/
+204
*
r300/compiler: Don't create register classes for inputs
Tom Stellard
2012-09-19
1
-14
/
+1
*
ra: Add q_values parameter to ra_set_finalize()
Tom Stellard
2012-09-19
5
-5
/
+18
*
ra: Clarify usage of ra_set_node_reg()
Tom Stellard
2012-09-19
1
-0
/
+2
*
r600g: Invalidate texture cache when creating vertex buffers for compute v2
Tom Stellard
2012-09-19
1
-1
/
+3
*
r600g: Use LOOP_START_DX10 for loops
Tom Stellard
2012-09-19
3
-2
/
+11
*
r600g: Set the correct value of COLOR*_DIM for RATs
Tom Stellard
2012-09-19
1
-2
/
+2
*
r600g: Make sure to initialize DB_DEPTH_CONTROL register for compute
Tom Stellard
2012-09-19
1
-1
/
+3
*
r600g: Add some comments and debug printfs to compute code
Tom Stellard
2012-09-19
2
-5
/
+53
*
r600g: Add missing break to case statement
Tom Stellard
2012-09-19
1
-0
/
+1
*
radeon/llvm: Emit ISA for ALU instructions in the R600 code emitter
Michal Sciubidlo
2012-09-19
10
-167
/
+359
*
radeon/llvm: Only support 512 constant registers on R600
Tom Stellard
2012-09-19
1
-1
/
+1
*
Revert "mesa: consolidate subtexture x/y/width/height error checking code"
Brian Paul
2012-09-19
1
-73
/
+84
*
Revert "more comment"
Brian Paul
2012-09-19
1
-2
/
+4
*
Revert "mesa: clean-up and fix glCompressedTexSubImage error checking"
Brian Paul
2012-09-19
1
-81
/
+64
*
mesa: clean-up and fix glCompressedTexSubImage error checking
Brian Paul
2012-09-19
1
-64
/
+81
*
more comment
Brian Paul
2012-09-19
1
-4
/
+2
*
mesa: consolidate subtexture x/y/width/height error checking code
Brian Paul
2012-09-19
1
-84
/
+73
*
winsys/radeon: fix relocs caching
Vadim Girlin
2012-09-19
2
-8
/
+6
*
radeon/llvm: Add a fdiv pattern.
Vincent Lejeune
2012-09-18
1
-3
/
+10
*
radeon/llvm: reserve also corresponding 128bits reg
Vincent Lejeune
2012-09-18
1
-0
/
+1
*
softpipe: implement the new can_create_resource() function
Brian Paul
2012-09-17
2
-5
/
+29
*
llvmpipe: implement the new can_create_resource() function
Brian Paul
2012-09-17
1
-5
/
+23
*
st/mesa: implement new proxy texture code
Brian Paul
2012-09-17
2
-1
/
+73
*
gallium: add new pipe_screen::can_create_resource() function
Brian Paul
2012-09-17
2
-0
/
+18
*
mesa: take cube faces into account in _mesa_test_proxy_teximage()
Brian Paul
2012-09-17
1
-0
/
+1
*
mesa: handle GL_PROXY_TEXTURE_CUBE_MAP in _mesa_num_tex_faces()
Brian Paul
2012-09-17
1
-1
/
+7
*
llvmpipe: set max cube texture size to 4K x 4K
Brian Paul
2012-09-17
2
-1
/
+2
*
mesa: move/fix levels check for glTexStorage()
Brian Paul
2012-09-17
1
-8
/
+8
*
mesa: rewrite glTexStorage() code
Brian Paul
2012-09-17
1
-74
/
+79
*
mesa: rework texture size error checking
Brian Paul
2012-09-17
4
-225
/
+161
*
mesa: refactor _mesa_test_proxy_teximage() code
Brian Paul
2012-09-17
2
-30
/
+56
*
mesa: move glTexImage 'level' error checking
Brian Paul
2012-09-17
1
-22
/
+10
[next]