summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* 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
* sso: Add display list support for ARB_separate_shader_objects new functionsIan Romanick2014-05-021-0/+911
* meta: Fix saving the program pipeline stateIan Romanick2014-05-022-34/+53
* mesa/sso: Refactor new function _mesa_bind_pipelineIan Romanick2014-05-022-3/+14
* mesa: Enable ARB_multi_bindFredrik Höglund2014-05-021-0/+1
* mesa: Implement glBindImageTexturesFredrik Höglund2014-05-021-0/+138
* mesa: Implement glBindVertexBuffersFredrik Höglund2014-05-021-0/+113
* mesa: Implement glBindBuffersRangeFredrik Höglund2014-05-021-0/+367
* mesa: Implement glBindBuffersBaseFredrik Höglund2014-05-021-0/+365
* mesa: Add _mesa_set_transform_feedback_binding()Fredrik Höglund2014-05-022-9/+15
* mesa: Refactor set_ubo_binding()Fredrik Höglund2014-05-021-14/+40
* mesa: Add helper functions for looking up multiple buffersFredrik Höglund2014-05-022-0/+86
* mesa: Refactor set_atomic_buffer_binding()Fredrik Höglund2014-05-021-16/+40
* mesa: Implement glBindTexturesFredrik Höglund2014-05-021-0/+120
* mesa: Add a texUnit parameter to dd_function_table::BindTextureFredrik Höglund2014-05-023-8/+8
* mesa: Add helper functions for looking up multiple texturesFredrik Höglund2014-05-022-0/+30
* mesa: Implement glBindSamplersFredrik Höglund2014-05-021-0/+115
* glapi: Add infrastructure for ARB_multi_bindFredrik Höglund2014-05-0211-0/+65
* mesa: Add functions for doing unlocked hash table lookupsFredrik Höglund2014-05-022-9/+89
* mesa: Optimize unbind_texobj_from_texunits()Fredrik Höglund2014-05-021-9/+11
* mesa: Add a _BoundTextures field in gl_texture_unitFredrik Höglund2014-05-023-0/+12
* mesa: Store the target index in gl_texture_objectFredrik Höglund2014-05-022-0/+4
* i965: Fix the file comment for intel_image.hEric Anholt2014-05-011-5/+8