summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* meta: Refactor configuration of renderbuffer samplingTopi Pohjolainen2014-05-122-13/+30
* meta: Refactor binding of renderbuffer as texture imageTopi Pohjolainen2014-05-122-30/+47
* meta: Merge compiling and linking of blit programTopi Pohjolainen2014-05-123-31/+39
* i965/blorp: Expose coordinate scissoring and mirroringTopi Pohjolainen2014-05-124-118/+213
* i965/gen8: Use helper variables for surface parametersTopi Pohjolainen2014-05-121-4/+8
* mesa/st: leave current query enabled during glBlitFramebufferIlia Mirkin2014-05-113-0/+4
* Revert "i965: Fix depth (array slices) computation for 1D_ARRAY render targets."Kenneth Graunke2014-05-092-5/+0
* mesa: propagate FragDepthLayout to gl_programChia-I Wu2014-05-091-0/+5
* i965: Fix GPU hangs on Broadwell in shaders with some control flow.Kenneth Graunke2014-05-091-7/+7
* i965/Gen8: Set up layer constraints properly for depth buffersChris Forbes2014-05-091-9/+6
* i965/Gen7: Set up layer constraints properly for depth buffersChris Forbes2014-05-091-9/+6
* i965/Gen8: Set up layer constraints properly for renderbuffersChris Forbes2014-05-091-10/+5
* i965/Gen7: Set up layer constraints properly for renderbuffersChris Forbes2014-05-091-10/+7
* i965: Fix typo in assert messageChris Forbes2014-05-091-1/+1
* i965: Fix depth (array slices) computation for 1D_ARRAY render targets.Kenneth Graunke2014-05-072-0/+5
* mesa: Fix MaxNumLayers for 1D array textures.Kenneth Graunke2014-05-071-0/+2
* i965: Enable GL_ARB_texture_view on Broadwell.Kenneth Graunke2014-05-072-12/+21
* mesa: pass target through to driver when choosing texture formatIlia Mirkin2014-05-071-1/+1
* mesa/st: pass 4-offset TG4 without lowering if supportedIlia Mirkin2014-05-071-14/+41
* meta: Only clear the requested color buffers.Kenneth Graunke2014-05-061-2/+49
* meta: Add infrastructure for saving/restoring the DrawBuffers state.Kenneth Graunke2014-05-062-0/+42
* meta: Add a new MESA_META_DRAW_BUFFERS bit.Kenneth Graunke2014-05-064-4/+6
* meta: Unify the GLSL and fixed-function clear paths.Kenneth Graunke2014-05-061-102/+51
* i965: Always intel_prepare_render() after invalidating front buffers.Kenneth Graunke2014-05-061-0/+2
* mesa/st: implement ARB_stencil_texturingIlia Mirkin2014-05-042-0/+9
* i965: Set miptree target field when creating from a BO.Kenneth Graunke2014-05-021-0/+1
* i965: Move push constant state packets to push constant update time.Eric Anholt2014-05-028-46/+42
* i965: Merge gen8_upload_constant_state into gen7_upload_constant_state.Eric Anholt2014-05-025-34/+16
* i965: Refactor gen7_upload_constant_state to look more like gen8.Eric Anholt2014-05-021-25/+15
* i965: Drop unnecessary state flag for units on NEW_BINDING_TABLE.Eric Anholt2014-05-026-6/+0
* i965/gen7+: Move sampler state packets to the stage sampler state table update.Eric Anholt2014-05-029-44/+24
* i965/gen6: Don't update unit state when samplers change.Eric Anholt2014-05-022-3/+2
* i965: Drop a NEW_SAMPLER annotation for use of sampler_count.Eric Anholt2014-05-023-3/+0
* i965: Simplify sampler setup by passing the stage state.Eric Anholt2014-05-023-29/+13
* i965: Make batch dumping go to stderr, too.Eric Anholt2014-05-021-0/+1
* i965: Fix a stale comment referenceEric Anholt2014-05-021-1/+1
* mesa: VS 2013 does not provide strcasecmp.José Fonseca2014-05-021-1/+3
* mesa: add extra null checks in vbo_rebase_prims()Juha-Pekka Heikkila2014-05-021-2/+21
* mesa: add missing null checks in _tnl_register_fastpath()Juha-Pekka Heikkila2014-05-021-2/+12
* mesa: Add _mesa_error_no_memory for logging out-of-memory messagesIan Romanick2014-05-022-0/+9
* glsl: make static constant variables "static const"Chia-I Wu2014-05-021-1/+1
* i965: Enable INTEL_performance_query for Gen5+.Petri Latvala2014-05-021-1/+3
* mesa: Implement INTEL_performance_query.Petri Latvala2014-05-021-46/+441
* mesa: Add core support for the GL_INTEL_performance_query extension.Petri Latvala2014-05-028-1/+303
* mesa: Add INTEL_performance_query enums to tests/enum_strings.cppPetri Latvala2014-05-021-0/+18
* mesa/st: enable carry/borrow lowering passIlia Mirkin2014-05-021-0/+2
* mesa: Eliminate gl_shader_program::InternalSeparateShaderIan Romanick2014-05-022-12/+1
* mesa: Enable GL_EXT_separate_shader_objects for OpenGL ESIan Romanick2014-05-022-1/+50
* mesa: Remove support for desktop OpenGL GL_EXT_separate_shader_objectsIan Romanick2014-05-027-200/+7
* mesa/sso: Enable GL_ARB_separate_shader_objects by defaultIan Romanick2014-05-026-16/+6