aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* mesa: add texobj support for ARB_texture_multisampleChris Forbes2013-03-0210-22/+163
* glapi: add ARB_texture_multisampleChris Forbes2013-03-027-5/+128
* intel: Use the new "ctx" local variable I just added some more.Eric Anholt2013-03-011-2/+2
* i965: Make sRGB-capable framebuffers by default.Eric Anholt2013-03-012-3/+63
* intel: Fix software copying of miptree faces for weird formats.Eric Anholt2013-03-013-61/+77
* intel: Add a flag for miptree mapping to disable transcoding.Eric Anholt2013-03-012-4/+17
* i965: Add WARN_ONCE for depthstencil workarounds we shouldn't be hitting.Eric Anholt2013-03-012-0/+6
* r600g: enable CP DMA on 6xxAlex Deucher2013-03-011-1/+1
* r600g: don't require dword alignment with CP DMA for buffer transfersMarek Olšák2013-03-015-11/+9
* r600g: always map uninitialized buffer range as unsynchronizedMarek Olšák2013-03-016-0/+45
* gallium/util: add helper code for 1D integer rangeMarek Olšák2013-03-011-0/+89
* r600g: cleanup deprecated register tablesMarek Olšák2013-03-013-45/+14
* r600g: unify vgt statesMarek Olšák2013-03-015-26/+9
* r600g: flush and invalidate htile cache when appropriateMarek Olšák2013-03-016-1/+21
* r600g: atomize streamout enablingMarek Olšák2013-03-019-87/+96
* r600g: use async DMA with a non-zero src offsetMarek Olšák2013-03-011-1/+1
* r600g: pad the DMA CS to a multiple of 8 dwordsMarek Olšák2013-03-011-2/+14
* intel: Enable __DRI_API_OPENGL_CORE api with dri2 contextsJordan Justen2013-02-281-0/+2
* intel: update max versions based on MESA_GL_VERSION_OVERRIDEJordan Justen2013-02-281-0/+10
* mesa version: add _mesa_get_gl_version_overrideJordan Justen2013-02-282-27/+70
* glsl: allow GLSL compiler version to be overridden to 1.50Jordan Justen2013-02-282-0/+3
* i965/fs: Put immediate operand as src2Matt Turner2013-02-281-1/+1
* intel: Remove intel_mipmap_tree::wraps_etcChad Versace2013-02-282-21/+3
* ir_to_mesa: Translate ir_triop_lrp to OPCODE_LRP.Matt Turner2013-02-281-2/+5
* i965/vs: Assert that ir_triop_lrp was lowered.Matt Turner2013-02-281-0/+4
* i965/fp: Use the LRP instruction for OPCODE_LRP.Matt Turner2013-02-281-8/+4
* i965/fs: Use the LRP instruction for ir_triop_lrp when possible.Kenneth Graunke2013-02-287-5/+75
* i965: Add support for emitting the LRP instruction.Kenneth Graunke2013-02-284-0/+4
* glsl: Optimize ir_triop_lrp(x, y, a) with a = 0.0f or 1.0fMatt Turner2013-02-281-0/+11
* glsl: Convert mix() to use a new ir_triop_lrp opcode.Kenneth Graunke2013-02-2811-12/+84
* glsl: Rework ir_reader to handle expressions with three operands.Kenneth Graunke2013-02-281-26/+19
* glsl: Consolidate ir_expression constructors that use explicit types.Kenneth Graunke2013-02-282-37/+10
* i965/vs/gen7: Allow MATH instructions to have MRF as a destinationMatt Turner2013-02-281-1/+1
* i965/fs/gen7: Allow MATH instructions to have MRF as a destinationMatt Turner2013-02-281-1/+1
* i965/gen7: Relax restrictions on fake MRFsMatt Turner2013-02-281-2/+4
* i965/fs: Remove duplicate scan_inst->mlen checkMatt Turner2013-02-281-5/+0