summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-06-17i965: Align overall depth miptree size for hiz operationsbdw-more-hizJordan Justen1-0/+4
2014-06-17i965/gen8: Enable hiz more often for LODs > 0Jordan Justen1-6/+29
2014-06-17glsl: type check between switch init-expression and caseTapani Pälli1-3/+45
2014-06-16nv50/ir: Remove NV50_SEMANTIC_VIEWPORTINDEXTobias Klausmann2-2/+1
2014-06-16docs: update GL3.txt, relnotes: mark GL_ARB_viewport_array as done for nvc0Tobias Klausmann2-1/+2
2014-06-16nvc0: implement multiple viewports/scissors, enable ARB_viewport_arrayTobias Klausmann7-63/+113
2014-06-16nv50: make sure to mark first scissor dirty after blitIlia Mirkin1-0/+1
2014-06-16i965: Use 8x4 aligned rectangles for HiZ operations on Broadwell.Kenneth Graunke1-4/+16
2014-06-16i965: Make INTEL_DEBUG=mip print out whether HiZ is enabled.Kenneth Graunke1-0/+2
2014-06-16glsl/cs: Fix local_size_y and local_size_zJordan Justen1-1/+1
2014-06-16main/extensions: Only parse MESA_EXTENSION_OVERRIDE onceJordan Justen1-74/+40
2014-06-16main/extensions: Build list of extensions that can't be disabledJordan Justen1-5/+20
2014-06-16main/extensions: Create extra extensions override stringJordan Justen1-0/+38
2014-06-16i965/cs: Use override structure rather than separate env varJordan Justen2-4/+2
2014-06-16main/extensions: Add early extension override structuresJordan Justen3-0/+59
2014-06-16main/extensions: Create a context-less set_extensions functionJordan Justen1-5/+20
2014-06-16main/extensions: Don't advertise unknown extensions overrides with (-)Jordan Justen1-1/+1
2014-06-16radeonsi: fixup sizes of shader resource and sampler arraysMarek Olšák1-2/+2
2014-06-16scons: Link libGL.so against xcb-dri2.José Fonseca1-1/+1
2014-06-16r600g/radeonsi: Remove default case from PIPE_COMPUTE_CAP_* switchMichel Dänzer1-4/+3
2014-06-16docs: update ARB_explicit_uniform_location statusTapani Pälli2-1/+2
2014-06-16Enable GL_ARB_explicit_uniform_location in the drivers.Tapani Pälli3-0/+3
2014-06-16glsl: parser changes for GL_ARB_explicit_uniform_locationTapani Pälli4-0/+54
2014-06-16glsl: add enable bit for ARB_explicit_uniform_locationTapani Pälli2-0/+3
2014-06-16mesa: support inactive uniforms in glUniform* functionsTapani Pälli1-0/+15
2014-06-16glsl/linker: assign explicit uniform locationsTapani Pälli1-5/+56
2014-06-16glsl/linker: initialize explicit uniform locationsTapani Pälli2-0/+119
2014-06-16glsl: add glsl_type::uniform_locations() helper functionTapani Pälli2-0/+32
2014-06-16mesa: add new enum MAX_UNIFORM_LOCATIONSTapani Pälli5-0/+12
2014-06-16mesa: add enable bit for ARB_explicit_uniform_locationTapani Pälli2-0/+2
2014-06-16glapi: add GL_ARB_explicit_uniform_locationTapani Pälli1-0/+6
2014-06-15i965/vec4: Use the sampler for pull constant loads on Broadwell.Kenneth Graunke1-8/+8
2014-06-15i965: Add missing newlines to a few perf_debug messages.Kenneth Graunke1-2/+2
2014-06-15i965: Drop Broadwell perf_debugs about missing MOCS that aren't missing.Kenneth Graunke2-4/+0
2014-06-15i965: Add missing MOCS setup for 3DSTATE_INDEX_BUFFER on Broadwell.Kenneth Graunke1-3/+1
2014-06-15i965/vec4: Fix dead code elimination for VGRFs of size > 1.Kenneth Graunke1-1/+2
2014-06-15i965: Add SHADER_OPCODE_SHADER_TIME_ADD to dump_instructions() decode.Kenneth Graunke1-0/+2
2014-06-15glsl: Fix clang mismatched-tags warnings with glsl_type.Vinson Lee1-1/+1
2014-06-14mesa/drivers: Fix clang constant-logical-operand warnings.Vinson Lee4-13/+13
2014-06-15glsl: Correct more typosChris Forbes2-2/+2
2014-06-13radeon/compute: Always report at least 1 compute unitTom Stellard1-1/+1
2014-06-13meta_blit: properly compute texture width for the CopyTexSubImage fallbackJason Ekstrand1-1/+1
2014-06-13freedreno/a3xx: vtx formatsRob Clark2-63/+79
2014-06-13freedreno: update generated headersRob Clark4-16/+23
2014-06-13freedreno: try for more squarish tile dimensionsRob Clark1-3/+9
2014-06-13freedreno: fix for null texturesRob Clark2-6/+10
2014-06-13llvmpipe: increase number of queries which can be binned simultaneously to 64Roland Scheidegger1-1/+1
2014-06-13radeon/compute: Implement PIPE_COMPUTE_CAP_MAX_COMPUTE_UNITSBruno Jiménez3-0/+15
2014-06-13Remove _mesa_is_type_integer and _mesa_is_enum_format_or_type_integerNeil Roberts2-36/+0
2014-06-12clover: query driver for the max number of compute unitsBruno Jiménez3-1/+8