summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
...
* i965: Fix off-by-one in query object result gathering.Kenneth Graunke2013-03-061-2/+2
* intel: Improve the matching (more formats!) for TexImage from PBOs.Eric Anholt2013-03-051-25/+3
* intel: Improve the test for readpixels blit path format checking.Eric Anholt2013-03-053-37/+6
* intel: Fold intel_region_copy() into its one caller.Eric Anholt2013-03-053-53/+16
* intel: Transition intel_region_map() to being a miptree operation.Eric Anholt2013-03-055-91/+55
* intel: Remove num_mapped_regions tracking.Eric Anholt2013-03-052-14/+0
* intel: Remove the struct intel_region reuse hash table.Eric Anholt2013-03-054-39/+2
* mesa: Remove the special enum for _mesa_error debug output.Eric Anholt2013-03-052-6/+8
* mesa: Remove the enum for the oom-within-debug-output case.Eric Anholt2013-03-052-6/+4
* mesa: Remove now-unused gl_winsys_error and gl_shader_error enums.Eric Anholt2013-03-051-8/+0
* mesa: Report ARB_debug_output for both shader errors and warnings.Eric Anholt2013-03-052-3/+6
* 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
* mesa: Add support for GL_ARB_debug_output with dynamic ID allocation.Eric Anholt2013-03-052-4/+60
* mesa: Merge handling of application-provided and built-in error sources.Eric Anholt2013-03-052-232/+131
* mesa: Fix _mesa_problem() on context destroy after application debug outputEric Anholt2013-03-051-0/+6
* mesa: Move debug type/severity enums to mesa core.Eric Anholt2013-03-052-68/+91
* mesa: Replace open-coded _mesa_lookup_enum_by_nr().Eric Anholt2013-03-051-35/+3
* mesa: Remove extra #define MAXSTRING duplicating MAX_DEBUG_MESSAGE_LENGTH.Eric Anholt2013-03-051-15/+14
* dri/nouveau: NV17_3D class is not available for NV1a chipsetMarcin Slusarz2013-03-051-1/+1
* st/mesa: translate ir offset parameters for non-TXF opcodes.Roland Scheidegger2013-03-051-2/+18
* 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
* mesa: flush current state when querying GL_EDGE_FLAGBrian Paul2013-03-041-1/+1
* i965: Fix Crystal Well PCI IDs.Kenneth Graunke2013-03-031-9/+9
* 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
* st/mesa: convert ir_triop_lrp to TGSI_OPCODE_LRPBrian Paul2013-03-011-1/+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