aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* configure.ac: Don't check for X11 unconditionally.Matt Turner2013-03-051-8/+0
* Add missing GL_TEXTURE_CUBE_MAP entry in _mesa_legal_texture_dimensionsAlan Hourihane2013-03-051-0/+1
* Fix out-of-tree build of 'make check' in src/mesa/main/testsJon TURNEY2013-03-051-4/+4
* u_blitter: don't create illegal shaders for 1D/3D/RECT/CUBE MSAADave Airlie2013-03-041-0/+5
* Fix build of swrast only without libdrmDaniel Martin2013-03-041-1/+1
* mesa: flush current state when querying GL_EDGE_FLAGBrian Paul2013-03-041-1/+1
* vdpau-softpipe: Build correct source file - vl_winsys_xsp.cJakub Bogusz2013-03-031-1/+1
* i965: Fix Crystal Well PCI IDs.Kenneth Graunke2013-03-032-18/+18
* r600g: Check comp_mask before merging export instructionsVincent Lejeune2013-03-031-0/+1
* r600g: fix check_and_set_bank_swizzle for caymanVadim Girlin2013-03-031-7/+3
* st/mesa: add switch case for ir_txf_ms to silence warningBrian Paul2013-03-021-0/+3
* mesa: add switch case for ir_txf_ms to silence warningBrian Paul2013-03-021-0/+3
* i965: Pull query BO reallocation out into a helper function.Kenneth Graunke2013-03-011-23/+33
* i965: Replace the global brw->query.bo variable with query->bo.Kenneth Graunke2013-03-012-16/+7
* i965: Turn if (query->bo) into an assertion.Kenneth Graunke2013-03-011-5/+5
* i965: Unify query object BO reallocation code.Kenneth Graunke2013-03-011-11/+10
* i965: Use query->last_index instead of the global brw->query.index.Kenneth Graunke2013-03-012-7/+6
* i965: Remove brw_query_object::first_index field as it's always 0.Kenneth Graunke2013-03-012-6/+3
* i965: Add a pile of comments to brw_queryobj.c.Kenneth Graunke2013-03-011-16/+143
* i965: Write TIMESTAMP query values into the first buffer element.Kenneth Graunke2013-03-011-4/+3
* i965: Implement the new QueryCounter() hook.Kenneth Graunke2013-03-011-6/+21
* mesa: Add a new QueryCounter() hook for TIMESTAMP queries.Kenneth Graunke2013-03-012-3/+9
* tgsi: add texel offsets and derivatives to sampler interfaceRoland Scheidegger2013-03-023-80/+194
* draw: additional fix for the no-position case with llvmRoland Scheidegger2013-03-021-20/+20
* draw: fix no position output in non-llvm pipeline.Roland Scheidegger2013-03-021-19/+19
* draw/llvm: skip clipping and viewport transform if there's no position outputRoland Scheidegger2013-03-021-26/+31
* llvmpipe: don't assert on illegal surface creation.Roland Scheidegger2013-03-022-4/+4
* llvmpipe: bump glsl version to 140Roland Scheidegger2013-03-022-12/+5
* gallivm: add support for texel offsets for ordinary texturing.Roland Scheidegger2013-03-023-53/+210
* svga: always link with C++Brian Paul2013-03-011-5/+1
* st/mesa: convert ir_triop_lrp to TGSI_OPCODE_LRPBrian Paul2013-03-011-1/+4
* docs: Mark some things done in GL3.txtChris Forbes2013-03-021-2/+2
* winsys/radeon: Only add bo to hash table when creating flinkMartin Andersson2013-03-011-4/+4
* i965: enable ARB_texture_multisample on Gen6+Chris Forbes2013-03-021-0/+1
* i965/fs: add support for ir_txf_ms on Gen6+Chris Forbes2013-03-023-13/+54
* i965/vs: add support for ir_txf_ms on Gen6+Chris Forbes2013-03-021-4/+21
* i965: add a new virtual opcode: SHADER_OPCODE_TXF_MSChris Forbes2013-03-025-0/+18
* i965: take the target into account for Gen7 MSAA modesChris Forbes2013-03-021-3/+19
* i965: Support multisampling in surface_state for texturesChris Forbes2013-03-022-5/+6
* i965: add support for multisample texturesChris Forbes2013-03-026-7/+55
* mesa: implement TexImage*MultisampleChris Forbes2013-03-021-4/+163
* mesa: support multisample textures in framebuffer completeness checkChris Forbes2013-03-021-14/+37
* i965: expose sample positionsChris Forbes2013-03-023-43/+82
* i965: add support for sample mask on Gen6+Chris Forbes2013-03-024-9/+16
* mesa: implement sample maskChris Forbes2013-03-025-2/+53
* mesa: implement GetMultisamplefvChris Forbes2013-03-023-2/+34
* i965: expose new max sample countsChris Forbes2013-03-021-2/+10
* mesa: add new max sample count stateChris Forbes2013-03-023-0/+13
* glsl: add support for ARB_texture_multisampleChris Forbes2013-03-0220-26/+153
* tests: add ARB_texture_multisample enums to tableChris Forbes2013-03-021-0/+21