summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* radeon: const correctnessGiuseppe Bilotta2015-12-041-1/+1
* radeon: whitespace cleanupGiuseppe Bilotta2015-12-041-2/+2
* mesa/tests: add KHR_debug GLES glGetPointervKHR entry pointsEmil Velikov2015-12-041-1/+4
* i965/vec4: Stop pretending to support indirect output storesJason Ekstrand2015-12-031-9/+3
* i965/vec4: Get rid of the nir_inputs arrayJason Ekstrand2015-12-033-40/+13
* mesa: rework the meaning of gl_debug_message::lengthEmil Velikov2015-12-031-16/+24
* mesa: errors: validate the length of null terminated stringEmil Velikov2015-12-031-3/+17
* mesa: accept TYPE_PUSH/POP_GROUP with glDebugMessageInsertEmil Velikov2015-12-031-1/+1
* mesa: add SEVERITY_NOTIFICATION to default stateEmil Velikov2015-12-031-2/+3
* mesa: return the correct value for GroupStackDepthEmil Velikov2015-12-031-1/+1
* mesa: rename GroupStackDepth to CurrentGroupEmil Velikov2015-12-031-16/+16
* mesa: do not enable KHR_debug for ES 1.0Emil Velikov2015-12-031-1/+1
* mesa/version: Update gl_extensions::Version during version overrideNanley Chery2015-12-031-0/+1
* mesa: print enum names rather than hexadecimal values in error messagesBrian Paul2015-12-031-6/+6
* st/mesa: add new st_copy_framebuffer_to_texture() functionBrian Paul2015-12-033-0/+178
* i965: use _Shader to get fragment program when updating surface stateTapani Pälli2015-12-031-2/+2
* i965: Add INTEL_DEBUG=perf information for GS recompiles.Kenneth Graunke2015-12-021-0/+58
* i965: De-duplicate key_debug() function.Kenneth Graunke2015-12-023-21/+10
* mesa: print enum string in compressed_subtexture_error_check() error msgBrian Paul2015-12-021-2/+2
* mesa: fix VIEWPORT_INDEX_PROVOKING_VERTEX and LAYER_PROVOKING_VERTEX queriesRoland Scheidegger2015-12-023-2/+8
* Remove Sun CC specific code.Jose Fonseca2015-12-021-14/+0
* i965: Increase BRW_MAX_UBO to 14.Kenneth Graunke2015-12-011-1/+1
* i965: Do dead-code elimination in a single pass.Matt Turner2015-12-013-29/+16
* i965: Don't mark dead instructions' sources live.Matt Turner2015-12-012-0/+8
* mapi: Fix enums.c build with other build systems.Eric Anholt2015-12-011-1/+1
* mesa: Drop the blacklisting of new GL enums.Eric Anholt2015-12-011-3/+2
* mesa: Drop bitfield "enums" from the enum-to-string table.Eric Anholt2015-12-011-13/+12
* mesa: Drop apparently typoed GL_ALL_CLIENT_ATTRIB_BITS.Eric Anholt2015-12-011-3/+1
* mesa: Cut enum_strings.cpp test down to a few hand-chosen enums.Eric Anholt2015-12-011-1822/+36
* automake: fix some occurrences of hardcoded -ldl and -lpthreadJonathan Gray2015-12-011-1/+2
* i965/fs: remove unused fs_reg offsetSamuel Iglesias Gonsálvez2015-11-301-1/+0
* i965: Add src/dst interference for certain instructions with hazards.Kenneth Graunke2015-11-307-35/+123
* i965: Fix JIP to properly skip over unrelated control flow.Kenneth Graunke2015-11-301-1/+11
* mesa: remove len argument from _mesa_shader_debug()Emil Velikov2015-11-292-7/+6
* drivers/x11: scons: partially revert b9b40ef9b76Emil Velikov2015-11-291-2/+0
* mesa/program: remove dead function declarationsEmil Velikov2015-11-292-5/+0
* mesa: support GL_RED/GL_RG in ES2 contexts when driver support existsIlia Mirkin2015-11-284-4/+11
* glsl: don't generate extra errors in ValidateProgramPipelineTimothy Arceri2015-11-271-2/+5
* i965/gen9+: Switch thread scratch space to non-coherent stateless access.Francisco Jerez2015-11-263-4/+19
* i965/fs: Don't use Gen7-style scratch block reads on Gen9+.Francisco Jerez2015-11-261-2/+9
* i965: Add symbolic defines for some magic dataport surface indices.Francisco Jerez2015-11-261-0/+13
* mesa: remove ARB_geometry_shader4Marta Lofstedt2015-11-268-82/+8
* mesa: error out in indirect draw when vertex bindings mismatchTapani Pälli2015-11-263-0/+27
* 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