aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* intel: Remove the struct intel_region reuse hash table.Eric Anholt2013-03-054-39/+2
* intel: Add missing perf debug for a stall on mapping a BO.Eric Anholt2013-03-051-0/+2
* i965: Make perf_debug() output to GL_ARB_debug_output in a debug context.Eric Anholt2013-03-0516-48/+83
* intel: Finish renaming fallback_debug() to perf_debug().Eric Anholt2013-03-055-18/+13
* intel: Hook up the WARN_ONCE macro to GL_ARB_debug_output.Eric Anholt2013-03-054-0/+8
* dri/nouveau: NV17_3D class is not available for NV1a chipsetMarcin Slusarz2013-03-051-1/+1
* i965: Fix Crystal Well PCI IDs.Kenneth Graunke2013-03-031-9/+9
* 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
* 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
* 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 GetMultisamplefvChris Forbes2013-03-021-0/+3
* i965: expose new max sample countsChris Forbes2013-03-021-2/+10
* 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
* 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
* i965/fs: Put immediate operand as src2Matt Turner2013-02-281-1/+1
* intel: Remove intel_mipmap_tree::wraps_etcChad Versace2013-02-282-21/+3
* 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: Convert mix() to use a new ir_triop_lrp opcode.Kenneth Graunke2013-02-281-1/+2
* 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
* i965: Fix the W value of deprecated pointcoords on pre-gen6.Eric Anholt2013-02-251-1/+18
* i965: Enable OpenGL ES 3.0 on Sandy BridgeIan Romanick2013-02-221-1/+1
* meta: Allocate texture before initializing texture coordinatesAnuj Phogat2013-02-221-9/+8
* i965/fs: Fix broken math on values loaded from uniform buffers on gen6.Eric Anholt2013-02-221-0/+1
* i965: Avoid segfault in gen6_upload_stateCarl Worth2013-02-211-1/+1