summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* i965: Fix scalar vertex shader struct outputs.Kenneth Graunke2015-11-252-8/+34
* i965: Fix fragment shader struct inputs.Kenneth Graunke2015-11-253-82/+84
* st/mesa: remove outdated commentNicolai Hähnle2015-11-251-2/+0
* st/mesa: delay initialization of performance countersNicolai Hähnle2015-11-253-13/+19
* mesa/main: allow delayed initialization of performance monitorsNicolai Hähnle2015-11-252-4/+36
* i965: remove trailing spaces in various filesIago Toral Quiroga2015-11-2511-34/+29
* i965: Pass brw_context pointer, not gl_context pointer.Matt Turner2015-11-241-2/+1
* mesa: Use unreachable() instead of a default case.Matt Turner2015-11-241-5/+5
* meta: Don't save or restore the active client textureIan Romanick2015-11-242-4/+0
* meta: Don't save or restore the VBO bindingIan Romanick2015-11-242-7/+0
* meta/TexSubImage: Don't pollute the buffer object namespaceIan Romanick2015-11-241-18/+24
* meta: Don't pollute the buffer object namespace in _mesa_meta_DrawTexIan Romanick2015-11-244-38/+29
* meta: Use internal functions for buffer object and VAO access in _mesa_meta_D...Ian Romanick2015-11-241-12/+20
* meta: Track VBO using gl_buffer_object instead of GL API object handle in _me...Ian Romanick2015-11-242-6/+19
* meta: Partially convert _mesa_meta_DrawTex to DSAIan Romanick2015-11-241-6/+6
* meta: Don't pollute the buffer object namespace in _mesa_meta_setup_vertex_ob...Ian Romanick2015-11-241-14/+3
* meta: Use internal functions for buffer object and VAO accessIan Romanick2015-11-241-33/+43
* meta: Use DSA functions for VBOs in _mesa_meta_setup_vertex_objectsIan Romanick2015-11-241-19/+24
* meta: Track VBO using gl_buffer_object instead of GL API object handleIan Romanick2015-11-245-48/+72
* meta: Don't leave the VBO bound after _mesa_meta_setup_vertex_objectsIan Romanick2015-11-245-21/+38
* i965: Use _mesa_NamedBufferSubData for users of _mesa_meta_setup_vertex_objectsIan Romanick2015-11-241-3/+3
* meta: Use _mesa_NamedBufferData and _mesa_NamedBufferSubData for users of _me...Ian Romanick2015-11-243-10/+8
* meta: Use DSA functions for PBO in create_texture_for_pboIan Romanick2015-11-241-19/+11
* i965: Don't pollute the buffer object namespace in brw_meta_fast_clearIan Romanick2015-11-241-5/+5
* i965: Use internal functions for buffer object accessIan Romanick2015-11-241-6/+18
* i965: Use DSA functions for VBOs in brw_meta_fast_clearIan Romanick2015-11-241-6/+7
* i965: Pass brw_context instead of gl_context to brw_draw_rectlistIan Romanick2015-11-241-4/+5
* mesa: Refactor enable_vertex_array_attrib to make _mesa_enable_vertex_array_a...Ian Romanick2015-11-242-9/+22
* mesa: Refactor update_array_format to make _mesa_update_array_format_publicIan Romanick2015-11-242-19/+57
* mesa: Make bind_vertex_buffer avilable outside varray.cIan Romanick2015-11-242-14/+22
* Revert "i965: Combine assembly annotations if possible."Kenneth Graunke2015-11-241-18/+5
* i965: Clean up #includes in the compiler.Matt Turner2015-11-2455-154/+28
* i965: Move brw_new_shader and brw_link_shader prototypes from brw_wm.h.Matt Turner2015-11-242-3/+3
* i965: Compile brw_cs_fill_local_id_payload() as C.Matt Turner2015-11-242-36/+36
* i965: Move MRF macros from brw_inst.h to brw_eu.h.Matt Turner2015-11-243-9/+10
* i965: Drop #include of main/glheader.h.Matt Turner2015-11-2424-24/+0
* i965: Push down inclusion of brw_program.h.Matt Turner2015-11-2418-5/+15
* i965: Mark functions called from C as extern "C".Matt Turner2015-11-242-3/+3
* i965: Push down inclusion of vbo/vbo.h.Matt Turner2015-11-242-1/+1
* i965: Remove duplicate #includes.Matt Turner2015-11-241-2/+0
* i965: Remove unneeded forward declarations.Matt Turner2015-11-244-8/+0
* i965: Mark count_trailing_one_bits() static.Matt Turner2015-11-241-1/+1
* i965: Remove useless gen6_blorp.h/gen7_blorp.h headers.Matt Turner2015-11-247-88/+7
* i965: Prevent implicit upcasts to brw_reg.Matt Turner2015-11-247-14/+49
* i965: Use scope operator to ensure brw_reg is interpreted as a type.Matt Turner2015-11-244-6/+6
* i965: Use implicit backend_reg copy-constructor.Matt Turner2015-11-242-5/+3
* i965: Add and use backend_reg::equals().Matt Turner2015-11-244-6/+12
* util: move brw_env_var_as_boolean() to utilRob Clark2015-11-245-31/+8
* glsl: implement recent spec update to SSO validationTimothy Arceri2015-11-241-0/+24
* Revert "mesa: return initial value for VALIDATE_STATUS if pipe not bound"Timothy Arceri2015-11-241-2/+1