platform/upstream/mesa.git
2013-05-28 Eric Anholtintel: Extend the force_y_tiling flag to allow forcing... 74/6774/1
2013-05-28 Eric Anholtintel: Add an assert for glCopyTexSubImage() being... 73/6773/1
2013-05-28 Eric Anholti965: Allow glCopyTexSubImage() on depth textures. 72/6772/1
2013-05-28 Eric Anholti965: Prefer blorp glBlitFramebuffer() to the glCopyTex... 71/6771/1
2013-05-28 Eric Anholti965: Consistently do depth resolves before blitting. 70/6770/1
2013-05-28 Eric Anholtintel: Make a wrapper for intelEmitCopyBlit using miptrees. 69/6769/1
2013-05-28 Eric Anholtintel: Rename intel_renderbuffer_tile_offsets. 68/6768/1
2013-05-28 Eric Anholtintel: Reduce intel_renderbuffer_tile_offsets to a... 67/6767/1
2013-05-28 Eric Anholtintel: Make intel_miptree_get_tile_offsets return a... 66/6766/1
2013-05-28 José Fonsecaglsl: Fix MSVC build. 65/6765/1
2013-05-28 Marek Olšákmesa: fix GLSL program objects with more than 16 sample... 64/6764/1
2013-05-28 Marek Olšákswrast: increase array size of TextureSample 63/6763/1
2013-05-28 Marek Olšákmesa: declare UniformBufferBindings as an array with... 62/6762/1
2013-05-28 Michel Dänzerradeonsi: Enable GLSL 1.30 61/6761/1
2013-05-28 Michel Dänzerradeonsi: Handle TGSI TXQ opcode 60/6760/1
2013-05-28 Michel Dänzerradeonsi: Add support for TGSI TXF opcode 59/6759/1
2013-05-28 Michel Dänzerradeonsi: Use tgsi_util_get_texture_coord_dim() 58/6758/1
2013-05-28 Michel Dänzerradeonsi: Handle TGSI_SEMANTIC_CLIPDIST 57/6757/1
2013-05-28 Michel Dänzerradeonsi: Make border colour state handling safe for... 56/6756/1
2013-05-28 Michel Dänzerradeonsi: Fix hardware state for dual source blending 55/6755/1
2013-05-28 Vadim Girlinr600g/sb: handle more cases for folding in gvn pass 54/6754/1
2013-05-27 Christian Königst/vdpau: destroy handle table only when it's empty 53/6753/1
2013-05-27 Christian Königst/vdpau: remove vlCreateHTAB from surface functions 52/6752/1
2013-05-27 Christian Königst/vdpau: invalidate the handles on destruction 51/6751/1
2013-05-27 Vadim Girlinr600g/sb: improve folding for SETcc 50/6750/1
2013-05-27 Vadim Girlinr600g/sb: optimize CNDcc instructions 49/6749/1
2013-05-27 Vadim Girlinr600g/sb: improve optimization of conditional instructions 48/6748/1
2013-05-27 Chia-I Wuilo: enable multiple constant buffers 47/6747/1
2013-05-27 Chia-I Wuilo: add support for indirect access of CONST in FS 46/6746/1
2013-05-27 Chia-I Wuilo: add support for TBOs on GEN6 45/6745/1
2013-05-27 Chia-I Wuilo: advertise supports for pure integer formats 44/6744/1
2013-05-27 Chia-I Wuilo: add support for texture buffer objects 43/6743/1
2013-05-27 Chia-I Wutgsi: add buffer texture to tgsi_util_get_texture_coord... 42/6742/1
2013-05-26 Vadim Girlinr600g/sb: improve handling of KILL instructions 41/6741/1
2013-05-26 Vadim Girlinr600g/sb: fix peephole optimization for PRED_SETE 40/6740/1
2013-05-26 Vadim Girlinr600g/sb: fix scheduling of PRED_SET instructions 39/6739/1
2013-05-25 Vadim Girlinr600g/sb: fix handling of preloaded inputs for compute... 38/6738/1
2013-05-24 Brian Paulxlib: add null ctx check in glXDestroyContext() 37/6737/1
2013-05-24 Brian Paulst/glx: add null ctx check in glXDestroyContext() 36/6736/1
2013-05-24 Brian Paulst/mesa: add switch cases for new IR enums to silence... 35/6735/1
2013-05-24 Brian Paulst/glx/xlib: assorted whitespace, comment fixes 34/6734/1
2013-05-24 Vadim Girlinr600g/sb: fix incorrect assert 33/6733/1
2013-05-24 Vadim Girlinr600g/sb: relax some restrictions for FETCH instructions 32/6732/1
2013-05-24 Vadim Girlinr600g/sb: relax register allocation for compute shaders 31/6731/1
2013-05-24 Vadim Girlinr600g/sb: fix gpr array handling for compute shaders 30/6730/1
2013-05-24 Vadim Girlinr600g/sb: fix buffer overflow in sb_ostream 29/6729/1
2013-05-23 Tom Stellardr600g/compute: Use common transfer_{map,unmap} function... 28/6728/1
2013-05-23 Tom Stellardr600g/compute: Use common transfer_{map,unmap} function... 27/6727/1
2013-05-23 Kenneth Graunkei965: Go back to using the kernel SOL reset feature. 26/6726/1
2013-05-23 Rob Clarkfreedreno: scissor fix 25/6725/1
2013-05-23 Rob Clarkfreedreno: implement pipe->resource_copy_region() 24/6724/1
2013-05-23 Kenneth Graunkeglsl linker: compare interface blocks during interstage... 23/6723/1
2013-05-23 Jordan Justenglsl linker: compare interface blocks during intrastage... 22/6722/1
2013-05-23 Jordan Justenglsl linker: support arrays of interface block instances 21/6721/1
2013-05-23 Jordan Justenglsl link_varyings: link interface blocks using the... 20/6720/1
2013-05-23 Jordan Justenglsl linker: remove interface block instance names 19/6719/1
2013-05-23 Jordan Justenglsl ast_to_hir: support in/out for interface blocks 18/6718/1
2013-05-23 Jordan Justenglsl ast_to_hir: reject row/column_major for in/out... 17/6717/1
2013-05-23 Jordan Justenglsl ast_to_hir: move uniform block symbols to interfac... 16/6716/1
2013-05-23 Jordan Justenglsl_symbol_table: add interface block namespaces 15/6715/1
2013-05-23 Jordan Justenglsl parser: allow in & out for interface block members 14/6714/1
2013-05-23 Jordan Justenglsl ast_to_hir: reject interpolation qualifiers for... 13/6713/1
2013-05-23 Jordan Justenglsl parser: handle interface block member qualifier 12/6712/1
2013-05-23 Jordan Justenglsl parser: on desktop GL require GLSL 150 for instanc... 11/6711/1
2013-05-23 Jordan Justenglsl parser: reject VS+in & FS+out interface blocks 10/6710/1
2013-05-23 Jordan Justenglsl: parse in/out types for interface blocks 09/6709/1
2013-05-23 Jordan Justenglsl parser: rename uniform block to interface block 08/6708/1
2013-05-23 Jordan Justenglsl: rename ast_uniform_block to ast_interface_block 07/6707/1
2013-05-23 Chris Forbesi965: Enable guardband clipping on Gen4/5. 06/6706/1
2013-05-23 Chris ForbesARB_fp: accept duplicate precision options 05/6705/1
2013-05-23 Vinson Leeilo: Initialize need_flush in draw_vbo. 04/6704/1
2013-05-23 Vinson Leeradeon: Initialize variables in radeon_llvm_context_init. 03/6703/1
2013-05-22 Eric Anholtintel: Count fragments in our blitter-based glBitmap... 02/6702/1
2013-05-22 Eric Anholti965: Shut up more compiler warnings from vector insert... 01/6701/1
2013-05-22 Roland Scheideggersoftpipe: change TEX_TILE_SIZE and NUM_TEX_TILE_ENTRIES 00/6700/1
2013-05-22 Roland Scheideggersoftpipe: disambiguate TILE_SIZE / TEX_TILE_SIZE 99/6699/1
2013-05-22 Roland Scheideggerllvmpipe: disable simple_shader optimization 98/6698/1
2013-05-22 Roland Scheideggerllvmpipe: fix early depth test / late depth write stenc... 97/6697/1
2013-05-22 Roland Scheideggerllvmpipe: fix issue with not writing new stencil values 96/6696/1
2013-05-22 Roland Scheideggerllvmpipe: (trivial) remove confusing code in stencil... 95/6695/1
2013-05-22 Roland Scheideggerllvmpipe: fix bug in early depth test / late depth... 94/6694/1
2013-05-22 Alexander von... Haiku: Add Gallium winsys and target code 93/6693/1
2013-05-22 Chia-I Wuilo: set more fields of 3DSTATE_DEPTH_BUFFER 92/6692/1
2013-05-22 Chia-I Wuilo: correctly set view extent in SURFACE_STATE 91/6691/1
2013-05-22 Chia-I Wuilo: avoid unnecessary emission of SO states 90/6690/1
2013-05-21 Eric Anholti965: Skip etc-to-rgb transcode on BayTrail. 89/6689/1
2013-05-21 Eric Anholtmesa: Remove extension checking from ChooseTexFormat. 88/6688/1
2013-05-21 Eric Anholtmesa: Add ChooseTexFormat support for the new XBGR... 87/6687/1
2013-05-21 Kenneth Graunkei965: Split BeginTransformFeedback hook into Gen6 and... 86/6686/1
2013-05-21 Kenneth Graunkei965: Kill software primitive counting entirely. 85/6685/1
2013-05-21 Kenneth Graunkei965: Remove software geometry query code. 84/6684/1
2013-05-21 Kenneth Graunkei965: Delete unused brw->sol.offset_0_batch_start field. 83/6683/1
2013-05-21 Kenneth Graunkei965: Stop using the kernel SOL reset feature. 82/6682/1
2013-05-21 Kenneth Graunkei965: Remove dead code for Gen7 SOL without hardware... 81/6681/1
2013-05-21 Kenneth Graunkei965: Add a macro for accessing the SO_WRITE_OFFSET... 80/6680/1
2013-05-21 Ian Romanickdocs: Import 9.1.3 release notes, add news item. 79/6679/1
2013-05-21 Michel Dänzerradeonsi: Fix user clip planes 78/6678/1
2013-05-21 Michel Dänzerradeonsi: Handle TGSI_SEMANTIC_CLIPVERTEX 77/6677/1
2013-05-21 Michel Dänzerradeonsi: Initial support for multiple constant buffers 76/6676/1
2013-05-21 Michel Dänzerradeonsi: Fix handling of TGSI_SEMANTIC_PSIZE 75/6675/1
next