summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* glsl linker: support arrays of interface block instancesJordan Justen2013-05-231-11/+50
* glsl link_varyings: link interface blocks using the block nameJordan Justen2013-05-231-4/+29
* glsl linker: remove interface block instance namesJordan Justen2013-05-234-0/+207
* glsl ast_to_hir: support in/out for interface blocksJordan Justen2013-05-231-6/+22
* glsl ast_to_hir: reject row/column_major for in/out interface blocksJordan Justen2013-05-231-1/+5
* glsl ast_to_hir: move uniform block symbols to interface blocks namespaceJordan Justen2013-05-231-1/+1
* glsl_symbol_table: add interface block namespacesJordan Justen2013-05-232-3/+85
* glsl parser: allow in & out for interface block membersJordan Justen2013-05-231-25/+12
* glsl ast_to_hir: reject interpolation qualifiers for uniform blocksJordan Justen2013-05-231-0/+6
* glsl parser: handle interface block member qualifierJordan Justen2013-05-231-1/+43
* glsl parser: on desktop GL require GLSL 150 for instance namesJordan Justen2013-05-231-5/+3
* glsl parser: reject VS+in & FS+out interface blocksJordan Justen2013-05-231-0/+14
* glsl: parse in/out types for interface blocksJordan Justen2013-05-231-11/+40
* glsl parser: rename uniform block to interface blockJordan Justen2013-05-231-12/+12
* glsl: rename ast_uniform_block to ast_interface_blockJordan Justen2013-05-233-12/+12
* i965: Enable guardband clipping on Gen4/5.Chris Forbes2013-05-241-3/+45
* ARB_fp: accept duplicate precision optionsChris Forbes2013-05-241-9/+15
* ilo: Initialize need_flush in draw_vbo.Vinson Lee2013-05-231-1/+1
* radeon: Initialize variables in radeon_llvm_context_init.Vinson Lee2013-05-221-0/+2
* intel: Count fragments in our blitter-based glBitmap() path.Eric Anholt2013-05-221-8/+12
* i965: Shut up more compiler warnings from vector insert/extract changes.Eric Anholt2013-05-221-0/+8
* softpipe: change TEX_TILE_SIZE and NUM_TEX_TILE_ENTRIESRoland Scheidegger2013-05-221-2/+8
* softpipe: disambiguate TILE_SIZE / TEX_TILE_SIZERoland Scheidegger2013-05-223-38/+38
* llvmpipe: disable simple_shader optimizationRoland Scheidegger2013-05-221-1/+6
* llvmpipe: fix early depth test / late depth write stencil issuesRoland Scheidegger2013-05-221-5/+12
* llvmpipe: fix issue with not writing new stencil valuesRoland Scheidegger2013-05-222-4/+7
* llvmpipe: (trivial) remove confusing code in stencil testRoland Scheidegger2013-05-221-16/+11
* llvmpipe: fix bug in early depth test / late depth write handlingRoland Scheidegger2013-05-221-6/+7
* Haiku: Add Gallium winsys and target codeAlexander von Gluck IV2013-05-229-0/+589
* ilo: set more fields of 3DSTATE_DEPTH_BUFFERChia-I Wu2013-05-221-48/+120
* ilo: correctly set view extent in SURFACE_STATEChia-I Wu2013-05-222-85/+115
* ilo: avoid unnecessary emission of SO statesChia-I Wu2013-05-222-9/+15
* i965: Skip etc-to-rgb transcode on BayTrail.Eric Anholt2013-05-201-31/+33
* mesa: Remove extension checking from ChooseTexFormat.Eric Anholt2013-05-211-651/+533
* mesa: Add ChooseTexFormat support for the new XBGR formats.Eric Anholt2013-05-211-0/+10
* i965: Split BeginTransformFeedback hook into Gen6 and Gen7+ variants.Kenneth Graunke2013-05-214-29/+42
* i965: Kill software primitive counting entirely.Kenneth Graunke2013-05-216-108/+22
* i965: Remove software geometry query code.Kenneth Graunke2013-05-214-71/+0
* i965: Delete unused brw->sol.offset_0_batch_start field.Kenneth Graunke2013-05-213-8/+0
* i965: Stop using the kernel SOL reset feature.Kenneth Graunke2013-05-213-10/+8
* i965: Remove dead code for Gen7 SOL without hardware contexts.Kenneth Graunke2013-05-211-15/+0
* i965: Add a macro for accessing the SO_WRITE_OFFSET[0-3] registers.Kenneth Graunke2013-05-211-0/+2
* docs: Import 9.1.3 release notes, add news item.Ian Romanick2013-05-213-0/+237
* radeonsi: Fix user clip planesMichel Dänzer2013-05-211-4/+3
* radeonsi: Handle TGSI_SEMANTIC_CLIPVERTEXMichel Dänzer2013-05-216-8/+86
* radeonsi: Initial support for multiple constant buffersMichel Dänzer2013-05-214-73/+119
* radeonsi: Fix handling of TGSI_SEMANTIC_PSIZEMichel Dänzer2013-05-215-9/+17
* radeonsi: increase array size for shader inputs and outputsMarek Olšák2013-05-212-2/+4
* xlib: check for null ctx pointer in glXIsDirect()Brian Paul2013-05-211-1/+1
* st/glx/xlib: check for null ctx pointer in glXIsDirect()Brian Paul2013-05-211-3/+1