summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-03-03i965: Fix Crystal Well PCI IDs.Kenneth Graunke2-18/+18
2013-03-03r600g: Check comp_mask before merging export instructionsVincent Lejeune1-0/+1
2013-03-03r600g: fix check_and_set_bank_swizzle for caymanVadim Girlin1-7/+3
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
2013-03-02mesa: add texobj support for ARB_texture_multisampleChris Forbes10-22/+163
2013-03-02glapi: add ARB_texture_multisampleChris Forbes7-5/+128
2013-03-01intel: Use the new "ctx" local variable I just added some more.Eric Anholt1-2/+2
2013-03-01i965: Make sRGB-capable framebuffers by default.Eric Anholt2-3/+63
2013-03-01intel: Fix software copying of miptree faces for weird formats.Eric Anholt3-61/+77
2013-03-01intel: Add a flag for miptree mapping to disable transcoding.Eric Anholt2-4/+17
2013-03-01i965: Add WARN_ONCE for depthstencil workarounds we shouldn't be hitting.Eric Anholt2-0/+6