summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-03-02mesa: generate glGetInteger/Boolean/Float/Doublev() code for all APIsremove-mfeatures-2Brian Paul4-35/+7
2013-03-02mesa: remove mfeatures.hBrian Paul1-53/+0
2013-03-02glapi: no longer emit #include "mfeatures.h" in generated filesBrian Paul3-8/+0
2013-03-02mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul122-126/+0
2013-03-02mesa: remove FEATURE_remap_table from remap.[ch]Brian Paul2-40/+0
2013-03-02glapi: remove FEATURE_remap_table test (it's always defined)Brian Paul1-15/+0
2013-03-02st/mesa: remove #if FEATURE_GL/ES testsBrian Paul1-7/+0
2013-03-02mesa: remove old comment about FEATURE_GLBrian Paul1-2/+1
2013-03-02mesa: remove #ifdef FEATURE_ES2, add some comments insteadBrian Paul1-2/+9
2013-03-02st/mesa: remove #include mfeatures.hBrian Paul24-24/+0
2013-03-02st/mesa: add switch case for ir_txf_ms to silence warningBrian Paul1-0/+3
2013-03-02mesa: add switch case for ir_txf_ms to silence warningBrian Paul1-0/+3
2013-03-01i965: Pull query BO reallocation out into a helper function.Kenneth Graunke1-23/+33
2013-03-01i965: Replace the global brw->query.bo variable with query->bo.Kenneth Graunke2-16/+7
2013-03-01i965: Turn if (query->bo) into an assertion.Kenneth Graunke1-5/+5
2013-03-01i965: Unify query object BO reallocation code.Kenneth Graunke1-11/+10
2013-03-01i965: Use query->last_index instead of the global brw->query.index.Kenneth Graunke2-7/+6
2013-03-01i965: Remove brw_query_object::first_index field as it's always 0.Kenneth Graunke2-6/+3
2013-03-01i965: Add a pile of comments to brw_queryobj.c.Kenneth Graunke1-16/+143
2013-03-01i965: Write TIMESTAMP query values into the first buffer element.Kenneth Graunke1-4/+3
2013-03-01i965: Implement the new QueryCounter() hook.Kenneth Graunke1-6/+21
2013-03-01mesa: Add a new QueryCounter() hook for TIMESTAMP queries.Kenneth Graunke2-3/+9
2013-03-02tgsi: add texel offsets and derivatives to sampler interfaceRoland Scheidegger3-80/+194
2013-03-02draw: additional fix for the no-position case with llvmRoland Scheidegger1-20/+20
2013-03-02draw: fix no position output in non-llvm pipeline.Roland Scheidegger1-19/+19
2013-03-02draw/llvm: skip clipping and viewport transform if there's no position outputRoland Scheidegger1-26/+31
2013-03-02llvmpipe: don't assert on illegal surface creation.Roland Scheidegger2-4/+4
2013-03-02llvmpipe: bump glsl version to 140Roland Scheidegger2-12/+5
2013-03-02gallivm: add support for texel offsets for ordinary texturing.Roland Scheidegger3-53/+210
2013-03-01svga: always link with C++Brian Paul1-5/+1
2013-03-01st/mesa: convert ir_triop_lrp to TGSI_OPCODE_LRPBrian Paul1-1/+4
2013-03-02docs: Mark some things done in GL3.txtChris Forbes1-2/+2
2013-03-01winsys/radeon: Only add bo to hash table when creating flinkMartin Andersson1-4/+4
2013-03-02i965: enable ARB_texture_multisample on Gen6+Chris Forbes1-0/+1
2013-03-02i965/fs: add support for ir_txf_ms on Gen6+Chris Forbes3-13/+54
2013-03-02i965/vs: add support for ir_txf_ms on Gen6+Chris Forbes1-4/+21
2013-03-02i965: add a new virtual opcode: SHADER_OPCODE_TXF_MSChris Forbes5-0/+18
2013-03-02i965: take the target into account for Gen7 MSAA modesChris Forbes1-3/+19
2013-03-02i965: Support multisampling in surface_state for texturesChris Forbes2-5/+6
2013-03-02i965: add support for multisample texturesChris Forbes6-7/+55
2013-03-02mesa: implement TexImage*MultisampleChris Forbes1-4/+163
2013-03-02mesa: support multisample textures in framebuffer completeness checkChris Forbes1-14/+37
2013-03-02i965: expose sample positionsChris Forbes3-43/+82
2013-03-02i965: add support for sample mask on Gen6+Chris Forbes4-9/+16
2013-03-02mesa: implement sample maskChris Forbes5-2/+53
2013-03-02mesa: implement GetMultisamplefvChris Forbes3-2/+34
2013-03-02i965: expose new max sample countsChris Forbes1-2/+10
2013-03-02mesa: add new max sample count stateChris Forbes3-0/+13
2013-03-02glsl: add support for ARB_texture_multisampleChris Forbes20-26/+153
2013-03-02tests: add ARB_texture_multisample enums to tableChris Forbes1-0/+21