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
*
i965/fs: Compute q-values for register allocation manually
Jason Ekstrand
2014-10-24
1
-2
/
+56
*
i965/fs: Don't interfere with too many base registers
Jason Ekstrand
2014-10-24
1
-2
/
+2
*
i965/fs: Properly precolor payload registers on GEN5 in SIMD16
Jason Ekstrand
2014-10-24
1
-1
/
+10
*
i965/fs: Add another use of MAX_VGRF_SIZE
Jason Ekstrand
2014-10-24
1
-1
/
+1
*
util: Use reg_belongs_to_class instead of BITSET_TEST
Jason Ekstrand
2014-10-24
1
-1
/
+1
*
llvmpipe: Ensure the packed input of the lp_test_format is aligned.
José Fonseca
2014-10-24
1
-2
/
+10
*
llvmpipe: Flush stdout on lp_test_* unit tests.
José Fonseca
2014-10-24
2
-0
/
+3
*
gallium: Enable ARB_clip_control for gallium drivers.
Mathias Fröhlich
2014-10-24
2
-1
/
+14
*
gallium: introduce PIPE_CAP_CLIP_HALFZ.
Mathias Fröhlich
2014-10-24
15
-0
/
+20
*
mesa: Handle clip control in meta operations.
Mathias Fröhlich
2014-10-24
2
-0
/
+9
*
mesa: Implement ARB_clip_control.
Mathias Fröhlich
2014-10-24
13
-7
/
+159
*
mesa: Refactor viewport transform computation.
Mathias Fröhlich
2014-10-24
7
-61
/
+73
*
vc4: Reuse uniform_data/contents indices when making uniforms.
Eric Anholt
2014-10-24
1
-0
/
+7
*
vc4: When asked to discard-map a whole resource, discard it.
Eric Anholt
2014-10-24
1
-14
/
+28
*
vc4: Refactor flushing before mapping a BO.
Eric Anholt
2014-10-24
3
-12
/
+13
*
vc4: Allow dead code elimination of unused varyings.
Eric Anholt
2014-10-24
5
-5
/
+31
*
vc4: Add debug output to match shaderdb info to program dumps.
Eric Anholt
2014-10-24
4
-7
/
+29
*
radeon: enable Hyper-Z on r600g and radeonsi by default
Andreas Boll
2014-10-24
4
-5
/
+5
*
i965: Silence unused variable warning.
Matt Turner
2014-10-23
1
-2
/
+1
*
i965/fs: Silence uninitialized variable warning.
Matt Turner
2014-10-23
1
-0
/
+1
*
util: Add assume() macro.
Matt Turner
2014-10-23
1
-0
/
+14
*
glapi: Fix compiler warning and script name
Jan Vesely
2014-10-23
1
-2
/
+2
*
Revert "freedreno/a3xx: only emit dirty consts"
Rob Clark
2014-10-23
2
-9
/
+5
*
freedreno: fix PIPE_TRANSFER_DISCARD_WHOLE_RESOURCE
Rob Clark
2014-10-23
1
-7
/
+6
*
clover: use correct typenames for compat::pair's first/second
Emil Velikov
2014-10-23
1
-2
/
+2
*
auxiliary/os: get the mmap/munmap wrappers working with android
Emil Velikov
2014-10-23
1
-5
/
+12
*
gallium/nouveau: fully build the driver under android
Mauro Rossi
2014-10-23
1
-1
/
+1
*
mesa/shaderimage.c: fix inconsistent sign warning
Alon Levy
2014-10-23
1
-1
/
+1
*
wgl: stw_pixelformat_get_info: correct type for index variable
Alon Levy
2014-10-23
1
-1
/
+1
*
u_math.h: fix 64 to 32 bit truncation warning
Alon Levy
2014-10-23
1
-1
/
+1
*
gallivm: Fix build with LLVM 3.3.
José Fonseca
2014-10-23
1
-0
/
+2
*
gallivm: Properly update for removal of JITMemoryManager in LLVM 3.6.
José Fonseca
2014-10-23
2
-38
/
+41
*
gallivm: Fix white-space.
José Fonseca
2014-10-23
1
-7
/
+7
*
gallivm,llvmpipe,clover: Bump required LLVM version to 3.3.
José Fonseca
2014-10-23
7
-119
/
+8
*
mesa: remove conditional render and rgtc from ES3 requirements
Ilia Mirkin
2014-10-23
1
-2
/
+0
*
u_blitter: put a comment on util_blitter_cache_all_shaders()
Brian Paul
2014-10-22
1
-0
/
+7
*
u_blitter: use ctx->bind_fs_state(), not pipe->bind_fs_state()
Brian Paul
2014-10-22
1
-3
/
+3
*
u_blitter: create basic fs shaders in util_blitter_cache_all_shaders()
Brian Paul
2014-10-22
1
-1
/
+12
*
u_blitter: do error checking assertions for shader caching
Brian Paul
2014-10-22
1
-21
/
+30
*
glsl: Use signed array index in update_max_array_access()
Anuj Phogat
2014-10-22
1
-3
/
+3
*
glsl: Fix crash due to negative array index
Anuj Phogat
2014-10-22
1
-1
/
+1
*
radeonsi: implement pipe_rasterizer_state::clip_halfz
Marek Olšák
2014-10-22
1
-0
/
+1
*
r600g: implement pipe_rasterizer_state::clip_halfz
Marek Olšák
2014-10-22
2
-0
/
+2
*
r300g: implement pipe_rasterizer_state::clip_halfz
Marek Olšák
2014-10-22
3
-0
/
+9
*
r600g: Drop references to destroyed blend state
Michel Dänzer
2014-10-22
1
-1
/
+8
*
i965/vec4: Generate better code for ir_triop_csel.
Kenneth Graunke
2014-10-21
1
-3
/
+15
*
i965/vec4: Simplify visit(ir_expression *)'s result_src/dst setup.
Kenneth Graunke
2014-10-21
1
-13
/
+6
*
i965/vec4: Delete some dead code in visit(ir_expression *).
Kenneth Graunke
2014-10-21
1
-8
/
+0
*
i965/fs: Generate better code for ir_triop_csel.
Kenneth Graunke
2014-10-21
1
-5
/
+13
*
glsl: Delete unused gl_uniform_driver_format enum values.
Kenneth Graunke
2014-10-21
2
-36
/
+2
[next]