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
...
*
ilo: add support for texture buffer objects
Chia-I Wu
2013-05-27
2
-10
/
+32
*
tgsi: add buffer texture to tgsi_util_get_texture_coord_dim()
Chia-I Wu
2013-05-27
2
-0
/
+3
*
r600g/sb: improve handling of KILL instructions
Vadim Girlin
2013-05-27
3
-89
/
+139
*
r600g/sb: fix peephole optimization for PRED_SETE
Vadim Girlin
2013-05-27
1
-1
/
+1
*
r600g/sb: fix scheduling of PRED_SET instructions
Vadim Girlin
2013-05-27
2
-2
/
+18
*
r600g/sb: fix handling of preloaded inputs for compute shaders
Vadim Girlin
2013-05-25
1
-0
/
+4
*
xlib: add null ctx check in glXDestroyContext()
Brian Paul
2013-05-24
1
-10
/
+12
*
st/glx: add null ctx check in glXDestroyContext()
Brian Paul
2013-05-24
1
-10
/
+12
*
st/mesa: add switch cases for new IR enums to silence warnings
Brian Paul
2013-05-24
1
-0
/
+2
*
st/glx/xlib: assorted whitespace, comment fixes
Brian Paul
2013-05-24
1
-8
/
+17
*
r600g/sb: fix incorrect assert
Vadim Girlin
2013-05-24
1
-1
/
+1
*
r600g/sb: relax some restrictions for FETCH instructions
Vadim Girlin
2013-05-24
1
-9
/
+8
*
r600g/sb: relax register allocation for compute shaders
Vadim Girlin
2013-05-24
2
-2
/
+16
*
r600g/sb: fix gpr array handling for compute shaders
Vadim Girlin
2013-05-24
1
-1
/
+1
*
r600g/sb: fix buffer overflow in sb_ostream
Vadim Girlin
2013-05-24
1
-1
/
+1
*
r600g/compute: Use common transfer_{map,unmap} functions for global resources
Tom Stellard
2013-05-23
1
-44
/
+24
*
r600g/compute: Use common transfer_{map,unmap} functions for kernel inputs
Tom Stellard
2013-05-23
1
-4
/
+11
*
i965: Go back to using the kernel SOL reset feature.
Kenneth Graunke
2013-05-23
3
-8
/
+7
*
freedreno: scissor fix
Rob Clark
2013-05-23
1
-0
/
+11
*
freedreno: implement pipe->resource_copy_region()
Rob Clark
2013-05-23
1
-8
/
+43
*
glsl linker: compare interface blocks during interstage linking
Kenneth Graunke
2013-05-23
3
-0
/
+49
*
glsl linker: compare interface blocks during intrastage linking
Jordan Justen
2013-05-23
4
-0
/
+82
*
glsl linker: support arrays of interface block instances
Jordan Justen
2013-05-23
1
-11
/
+50
*
glsl link_varyings: link interface blocks using the block name
Jordan Justen
2013-05-23
1
-4
/
+29
*
glsl linker: remove interface block instance names
Jordan Justen
2013-05-23
4
-0
/
+207
*
glsl ast_to_hir: support in/out for interface blocks
Jordan Justen
2013-05-23
1
-6
/
+22
*
glsl ast_to_hir: reject row/column_major for in/out interface blocks
Jordan Justen
2013-05-23
1
-1
/
+5
*
glsl ast_to_hir: move uniform block symbols to interface blocks namespace
Jordan Justen
2013-05-23
1
-1
/
+1
*
glsl_symbol_table: add interface block namespaces
Jordan Justen
2013-05-23
2
-3
/
+85
*
glsl parser: allow in & out for interface block members
Jordan Justen
2013-05-23
1
-25
/
+12
*
glsl ast_to_hir: reject interpolation qualifiers for uniform blocks
Jordan Justen
2013-05-23
1
-0
/
+6
*
glsl parser: handle interface block member qualifier
Jordan Justen
2013-05-23
1
-1
/
+43
*
glsl parser: on desktop GL require GLSL 150 for instance names
Jordan Justen
2013-05-23
1
-5
/
+3
*
glsl parser: reject VS+in & FS+out interface blocks
Jordan Justen
2013-05-23
1
-0
/
+14
*
glsl: parse in/out types for interface blocks
Jordan Justen
2013-05-23
1
-11
/
+40
*
glsl parser: rename uniform block to interface block
Jordan Justen
2013-05-23
1
-12
/
+12
*
glsl: rename ast_uniform_block to ast_interface_block
Jordan Justen
2013-05-23
3
-12
/
+12
*
i965: Enable guardband clipping on Gen4/5.
Chris Forbes
2013-05-24
1
-3
/
+45
*
ARB_fp: accept duplicate precision options
Chris Forbes
2013-05-24
1
-9
/
+15
*
ilo: Initialize need_flush in draw_vbo.
Vinson Lee
2013-05-23
1
-1
/
+1
*
radeon: Initialize variables in radeon_llvm_context_init.
Vinson Lee
2013-05-22
1
-0
/
+2
*
intel: Count fragments in our blitter-based glBitmap() path.
Eric Anholt
2013-05-22
1
-8
/
+12
*
i965: Shut up more compiler warnings from vector insert/extract changes.
Eric Anholt
2013-05-22
1
-0
/
+8
*
softpipe: change TEX_TILE_SIZE and NUM_TEX_TILE_ENTRIES
Roland Scheidegger
2013-05-22
1
-2
/
+8
*
softpipe: disambiguate TILE_SIZE / TEX_TILE_SIZE
Roland Scheidegger
2013-05-22
3
-38
/
+38
*
llvmpipe: disable simple_shader optimization
Roland Scheidegger
2013-05-22
1
-1
/
+6
*
llvmpipe: fix early depth test / late depth write stencil issues
Roland Scheidegger
2013-05-22
1
-5
/
+12
*
llvmpipe: fix issue with not writing new stencil values
Roland Scheidegger
2013-05-22
2
-4
/
+7
*
llvmpipe: (trivial) remove confusing code in stencil test
Roland Scheidegger
2013-05-22
1
-16
/
+11
*
llvmpipe: fix bug in early depth test / late depth write handling
Roland Scheidegger
2013-05-22
1
-6
/
+7
[prev]
[next]