| Commit message (Expand) | Author | Age | Files | Lines |
* | radeonsi: Handle TGSI TXQ opcode | Michel Dänzer | 2013-05-28 | 2 | -3/+33 |
* | radeonsi: Add support for TGSI TXF opcode | Michel Dänzer | 2013-05-28 | 2 | -14/+51 |
* | radeonsi: Use tgsi_util_get_texture_coord_dim() | Michel Dänzer | 2013-05-28 | 1 | -25/+7 |
* | radeonsi: Handle TGSI_SEMANTIC_CLIPDIST | Michel Dänzer | 2013-05-28 | 1 | -4/+17 |
* | radeonsi: Make border colour state handling safe for integer textures | Michel Dänzer | 2013-05-28 | 2 | -20/+27 |
* | radeonsi: Fix hardware state for dual source blending | Michel Dänzer | 2013-05-28 | 4 | -6/+17 |
* | r600g/sb: handle more cases for folding in gvn pass | Vadim Girlin | 2013-05-28 | 2 | -28/+118 |
* | st/vdpau: destroy handle table only when it's empty | Christian König | 2013-05-27 | 1 | -1/+1 |
* | st/vdpau: remove vlCreateHTAB from surface functions | Christian König | 2013-05-27 | 1 | -9/+0 |
* | st/vdpau: invalidate the handles on destruction | Christian König | 2013-05-27 | 3 | -0/+4 |
* | r600g/sb: improve folding for SETcc | Vadim Girlin | 2013-05-27 | 1 | -8/+98 |
* | r600g/sb: optimize CNDcc instructions | Vadim Girlin | 2013-05-27 | 3 | -1/+113 |
* | r600g/sb: improve optimization of conditional instructions | Vadim Girlin | 2013-05-27 | 6 | -21/+96 |
* | ilo: enable multiple constant buffers | Chia-I Wu | 2013-05-27 | 1 | -1/+1 |
* | ilo: add support for indirect access of CONST in FS | Chia-I Wu | 2013-05-27 | 2 | -2/+99 |
* | ilo: add support for TBOs on GEN6 | Chia-I Wu | 2013-05-27 | 1 | -8/+26 |
* | ilo: advertise supports for pure integer formats | Chia-I Wu | 2013-05-27 | 1 | -2/+3 |
* | 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 |