summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* docs: update GL3.txt, relnotes: mark GL_ARB_viewport_array as done for nvc0Tobias Klausmann2014-06-162-1/+2
* nvc0: implement multiple viewports/scissors, enable ARB_viewport_arrayTobias Klausmann2014-06-167-63/+113
* nv50: make sure to mark first scissor dirty after blitIlia Mirkin2014-06-161-0/+1
* i965: Use 8x4 aligned rectangles for HiZ operations on Broadwell.Kenneth Graunke2014-06-161-4/+16
* i965: Make INTEL_DEBUG=mip print out whether HiZ is enabled.Kenneth Graunke2014-06-161-0/+2
* glsl/cs: Fix local_size_y and local_size_zJordan Justen2014-06-161-1/+1
* main/extensions: Only parse MESA_EXTENSION_OVERRIDE onceJordan Justen2014-06-161-74/+40
* main/extensions: Build list of extensions that can't be disabledJordan Justen2014-06-161-5/+20
* main/extensions: Create extra extensions override stringJordan Justen2014-06-161-0/+38
* i965/cs: Use override structure rather than separate env varJordan Justen2014-06-162-4/+2
* main/extensions: Add early extension override structuresJordan Justen2014-06-163-0/+59
* main/extensions: Create a context-less set_extensions functionJordan Justen2014-06-161-5/+20
* main/extensions: Don't advertise unknown extensions overrides with (-)Jordan Justen2014-06-161-1/+1
* radeonsi: fixup sizes of shader resource and sampler arraysMarek Olšák2014-06-161-2/+2
* scons: Link libGL.so against xcb-dri2.José Fonseca2014-06-161-1/+1
* r600g/radeonsi: Remove default case from PIPE_COMPUTE_CAP_* switchMichel Dänzer2014-06-161-4/+3
* docs: update ARB_explicit_uniform_location statusTapani Pälli2014-06-162-1/+2
* Enable GL_ARB_explicit_uniform_location in the drivers.Tapani Pälli2014-06-163-0/+3
* glsl: parser changes for GL_ARB_explicit_uniform_locationTapani Pälli2014-06-164-0/+54
* glsl: add enable bit for ARB_explicit_uniform_locationTapani Pälli2014-06-162-0/+3
* mesa: support inactive uniforms in glUniform* functionsTapani Pälli2014-06-161-0/+15
* glsl/linker: assign explicit uniform locationsTapani Pälli2014-06-161-5/+56
* glsl/linker: initialize explicit uniform locationsTapani Pälli2014-06-162-0/+119
* glsl: add glsl_type::uniform_locations() helper functionTapani Pälli2014-06-162-0/+32
* mesa: add new enum MAX_UNIFORM_LOCATIONSTapani Pälli2014-06-165-0/+12
* mesa: add enable bit for ARB_explicit_uniform_locationTapani Pälli2014-06-162-0/+2
* glapi: add GL_ARB_explicit_uniform_locationTapani Pälli2014-06-161-0/+6
* i965/vec4: Use the sampler for pull constant loads on Broadwell.Kenneth Graunke2014-06-151-8/+8
* i965: Add missing newlines to a few perf_debug messages.Kenneth Graunke2014-06-151-2/+2
* i965: Drop Broadwell perf_debugs about missing MOCS that aren't missing.Kenneth Graunke2014-06-152-4/+0
* i965: Add missing MOCS setup for 3DSTATE_INDEX_BUFFER on Broadwell.Kenneth Graunke2014-06-151-3/+1
* i965/vec4: Fix dead code elimination for VGRFs of size > 1.Kenneth Graunke2014-06-151-1/+2
* i965: Add SHADER_OPCODE_SHADER_TIME_ADD to dump_instructions() decode.Kenneth Graunke2014-06-151-0/+2
* glsl: Fix clang mismatched-tags warnings with glsl_type.Vinson Lee2014-06-151-1/+1
* mesa/drivers: Fix clang constant-logical-operand warnings.Vinson Lee2014-06-144-13/+13
* glsl: Correct more typosChris Forbes2014-06-152-2/+2
* radeon/compute: Always report at least 1 compute unitTom Stellard2014-06-131-1/+1
* meta_blit: properly compute texture width for the CopyTexSubImage fallbackJason Ekstrand2014-06-131-1/+1
* freedreno/a3xx: vtx formatsRob Clark2014-06-132-63/+79
* freedreno: update generated headersRob Clark2014-06-134-16/+23
* freedreno: try for more squarish tile dimensionsRob Clark2014-06-131-3/+9
* freedreno: fix for null texturesRob Clark2014-06-132-6/+10
* llvmpipe: increase number of queries which can be binned simultaneously to 64Roland Scheidegger2014-06-131-1/+1
* radeon/compute: Implement PIPE_COMPUTE_CAP_MAX_COMPUTE_UNITSBruno Jiménez2014-06-133-0/+15
* Remove _mesa_is_type_integer and _mesa_is_enum_format_or_type_integerNeil Roberts2014-06-132-36/+0
* clover: query driver for the max number of compute unitsBruno Jiménez2014-06-123-1/+8
* gallium: Add PIPE_COMPUTE_CAP_MAX_COMPUTE_UNITSBruno Jiménez2014-06-122-1/+4
* r600g/compute: solve a bug introduced by 2e01b8b440c1402c88a2755d89f40292e1f3...Bruno Jiménez2014-06-121-1/+1
* egl/gallium: Set defines for supported APIs when using automakeNiels Ole Salscheider2014-06-123-0/+28
* configure: correctly autodetect xvmc/vdpau/omxEmil Velikov2014-06-121-1/+1