summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* glsl: Apply the link error conditions to GL_ARB_fragment_coord_conventionsAnuj Phogat2014-05-013-1/+14
* glsl: Link error if fs defines conflicting qualifiers for gl_FragCoordAnuj Phogat2014-05-015-0/+112
* glsl: Compile error if fs uses gl_FragCoord before first redeclarationAnuj Phogat2014-05-011-0/+17
* glsl: Compile error if fs defines conflicting qualifiers for gl_FragCoordAnuj Phogat2014-05-012-0/+70
* mesa: Use location VERT_ATTRIB_GENERIC0 for vertex attribute 0Anuj Phogat2014-05-013-29/+40
* mesa: Fix querying location of nth element of an array variableAnuj Phogat2014-05-011-5/+66
* glsl: Allow overlapping locations for vertex input attributesAnuj Phogat2014-05-011-15/+72
* glx/drisw: fix memory leak when destroying screen.Roland Scheidegger2014-05-011-0/+1
* gallivm: fix 2 leaks in disassembly codeRoland Scheidegger2014-05-011-4/+5
* mesa: Move declaration to top of block.José Fonseca2014-05-011-1/+2
* osmesa: Fix typo in _MaxEnabledTexImageUnit.José Fonseca2014-05-011-1/+1
* i965/vec4: Port untyped atomic message support to Broadwell.Kenneth Graunke2014-05-012-1/+38
* i965/vec4: Port untyped surface reads support to Broadwell.Kenneth Graunke2014-05-012-1/+28
* i965/fs: Port untyped atomic message support to Broadwell.Kenneth Graunke2014-05-012-1/+38
* i965/fs: Port untyped surface read support to Broadwell.Kenneth Graunke2014-05-012-1/+30
* i965/fs: Set fs_inst::header_present for untyped atomics/surface reads.Kenneth Graunke2014-05-011-0/+2
* i965: Disassemble atomic operations and other DP:DC1 stuff on Broadwell.Kenneth Graunke2014-05-011-0/+65
* i965: Implement the create_raw_surface() hook on Broadwell.Kenneth Graunke2014-05-011-0/+17
* i965: Drop mark_surface_used from gen8 generators.Kenneth Graunke2014-05-014-28/+6
* i965/fs: Add support for fs_inst::force_writemask_all on Broadwell.Kenneth Graunke2014-05-011-0/+1
* i965: Actually emit PIPELINE_SELECT and 3DSTATE_VF_STATISTICS.Kenneth Graunke2014-05-013-15/+8
* i965: Don't enable reset notification support on Gen4-5.Kenneth Graunke2014-04-301-4/+9
* i965: Fix state flag comments on color_buffer_write_enabled() calls.Eric Anholt2014-04-303-1/+3
* i965: Drop bogus state flag comment.Eric Anholt2014-04-301-1/+0
* i965: Track the number of samples in the drawbuffer.Eric Anholt2014-04-305-22/+29
* mesa: Track maximum CurrentTexUnit to reduce glDeleteTextures() overhead.Eric Anholt2014-04-303-1/+12
* mesa: Rewrite shader-based texture image state updates.Eric Anholt2014-04-301-49/+73
* mesa: Split the shader texture update logic from fixed function.Eric Anholt2014-04-301-90/+160
* mesa: Finish removing the _ReallyEnabled field.Eric Anholt2014-04-302-8/+2
* radeon: Drop the remaining driver usage of _ReallyEnabled.Eric Anholt2014-04-308-29/+40
* swrast: Drop remaining use of _ReallyEnabled.Eric Anholt2014-04-301-1/+1
* gallium: Drop use of _ReallyEnabled.Eric Anholt2014-04-301-2/+4
* mesa: Drop _ReallyEnabled usage from ff_fragment_shader.Eric Anholt2014-04-301-14/+3
* i915: Drop use of _ReallyEnabled.Eric Anholt2014-04-302-45/+44
* mesa: Replace use of _ReallyEnabled as a boolean with use of _Current.Eric Anholt2014-04-3027-59/+46
* mesa: Ensure that (unit->_Current != 0) == (unit->_ReallyEnabled != 0).Eric Anholt2014-04-301-0/+2
* mesa: Drop dead last_ReallyEnabled fields from drivers.Eric Anholt2014-04-303-4/+0
* mesa: Drop _EnabledUnits.Eric Anholt2014-04-3017-43/+31
* swrast: Just use _EnabledCoordUnits for figuring out which texcoords to build.Eric Anholt2014-04-301-1/+1
* i915: Redo texture unit walking on i830.Eric Anholt2014-04-301-10/+6
* i965/vec4: Remove 'mul_arg' from try_emit_mad().Matt Turner2014-04-302-7/+12
* i965/fs: Remove 'mul_arg' from try_emit_mad().Matt Turner2014-04-302-7/+12
* mesa: change invalid texture swizzle error to GL_INVALID_ENUMBrian Paul2014-04-301-2/+2
* translate_sse: Use the correct buffer index in this fast path.Andreas Hartmetz2014-04-291-1/+3
* clover: Query drivers for max clock frequencyTom Stellard2014-04-293-1/+8
* radeon/compute: Implement PIPE_COMPUTE_CAP_MAX_CLOCK_FREQUENCYTom Stellard2014-04-293-0/+13
* gallium: Add PIPE_COMPUTE_CAP_MAX_CLOCK_FREQUENCYTom Stellard2014-04-292-1/+4
* i965: Fix a few base addresses on Broadwell.Kenneth Graunke2014-04-291-2/+2
* clover: Stub implementation of CL 1.2 sub-devices.EdB2014-04-293-4/+66
* clover: Add clEnqueue{Marker, Barrier}WithWaitList.EdB2014-04-292-7/+43