| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: Drop _ReallyEnabled usage from ff_fragment_shader. | Eric Anholt | 2014-04-30 | 1 | -14/+3 |
* | i915: Drop use of _ReallyEnabled. | Eric Anholt | 2014-04-30 | 2 | -45/+44 |
* | mesa: Replace use of _ReallyEnabled as a boolean with use of _Current. | Eric Anholt | 2014-04-30 | 27 | -59/+46 |
* | mesa: Ensure that (unit->_Current != 0) == (unit->_ReallyEnabled != 0). | Eric Anholt | 2014-04-30 | 1 | -0/+2 |
* | mesa: Drop dead last_ReallyEnabled fields from drivers. | Eric Anholt | 2014-04-30 | 3 | -4/+0 |
* | mesa: Drop _EnabledUnits. | Eric Anholt | 2014-04-30 | 17 | -43/+31 |
* | swrast: Just use _EnabledCoordUnits for figuring out which texcoords to build. | Eric Anholt | 2014-04-30 | 1 | -1/+1 |
* | i915: Redo texture unit walking on i830. | Eric Anholt | 2014-04-30 | 1 | -10/+6 |
* | i965/vec4: Remove 'mul_arg' from try_emit_mad(). | Matt Turner | 2014-04-30 | 2 | -7/+12 |
* | i965/fs: Remove 'mul_arg' from try_emit_mad(). | Matt Turner | 2014-04-30 | 2 | -7/+12 |
* | mesa: change invalid texture swizzle error to GL_INVALID_ENUM | Brian Paul | 2014-04-30 | 1 | -2/+2 |
* | translate_sse: Use the correct buffer index in this fast path. | Andreas Hartmetz | 2014-04-29 | 1 | -1/+3 |
* | clover: Query drivers for max clock frequency | Tom Stellard | 2014-04-29 | 3 | -1/+8 |
* | radeon/compute: Implement PIPE_COMPUTE_CAP_MAX_CLOCK_FREQUENCY | Tom Stellard | 2014-04-29 | 3 | -0/+13 |
* | gallium: Add PIPE_COMPUTE_CAP_MAX_CLOCK_FREQUENCY | Tom Stellard | 2014-04-29 | 2 | -1/+4 |
* | i965: Fix a few base addresses on Broadwell. | Kenneth Graunke | 2014-04-29 | 1 | -2/+2 |
* | clover: Stub implementation of CL 1.2 sub-devices. | EdB | 2014-04-29 | 3 | -4/+66 |
* | clover: Add clEnqueue{Marker, Barrier}WithWaitList. | EdB | 2014-04-29 | 2 | -7/+43 |
* | clover: Align kernel argument sizes to nearest power of 2 | Jan Vesely | 2014-04-29 | 1 | -7/+16 |
* | clover: Avoid warnings from references to deprecated CL 1.1 APIs. | Francisco Jerez | 2014-04-29 | 1 | -0/+2 |
* | clover: Update OpenCL headers to version 1.2 from Khronos. | Francisco Jerez | 2014-04-29 | 1 | -2/+6 |
* | nvc0/ir: offset appears to come before the Z ref | Ilia Mirkin | 2014-04-28 | 1 | -1/+3 |
* | nv50/ir: change texture offsets to ValueRefs, allow nonconst | Ilia Mirkin | 2014-04-28 | 8 | -20/+61 |
* | nvc0/ir: do constant folding of extbf/insbf | Ilia Mirkin | 2014-04-28 | 1 | -1/+66 |
* | nvc0/ir: add support for MUL_HI tgsi opcodes | Ilia Mirkin | 2014-04-28 | 1 | -1/+12 |
* | nvc0/ir: add support for new bitfield manipulation opcodes | Ilia Mirkin | 2014-04-28 | 7 | -4/+127 |
* | tgsi: add tgsi_exec support for new bit manipulation opcodes | Ilia Mirkin | 2014-04-28 | 1 | -0/+172 |
* | gallium/util: add helpers for bitfield manipulation | Ilia Mirkin | 2014-04-28 | 1 | -0/+31 |
* | mesa/st: implement new bit manipulation opcodes | Ilia Mirkin | 2014-04-28 | 1 | -17/+56 |
* | gallium: add new opcodes for ARB_gs5 bit manipulation support | Ilia Mirkin | 2014-04-28 | 3 | -1/+93 |
* | glx/drisw: explicitly assign struct components for glx_*_vtable | Emil Velikov | 2014-04-28 | 1 | -11/+13 |
* | glx/dri3: explicitly assign struct components for glx_*_vtable | Emil Velikov | 2014-04-28 | 1 | -11/+13 |
* | glx/dri2: explicitly assign struct components for glx_*_vtable | Emil Velikov | 2014-04-28 | 1 | -13/+13 |
* | glx/dri: explicitly assign struct components for glx_*_vtable | Emil Velikov | 2014-04-28 | 1 | -13/+13 |
* | glx/indirect: explicitly assign struct components for glx_*_vtable | Emil Velikov | 2014-04-28 | 1 | -12/+14 |
* | glx/apple: explicitly assign struct components for glx_*_vtable | Emil Velikov | 2014-04-28 | 1 | -11/+14 |
* | egl_dri: rework dri extension handling | Emil Velikov | 2014-04-28 | 2 | -11/+12 |
* | gbm: cleanup __DRI*extension handling | Emil Velikov | 2014-04-28 | 2 | -14/+18 |
* | dri_util: cleanup dri extension handling | Emil Velikov | 2014-04-28 | 2 | -5/+5 |
* | glx/tests: explicitly set __DRI2rendererQueryExtension members | Emil Velikov | 2014-04-28 | 1 | -4/+4 |
* | glx/dri3: rework __DRIextension handling | Emil Velikov | 2014-04-28 | 2 | -10/+9 |
* | glx/dri2: rework __DRIextension handling | Emil Velikov | 2014-04-28 | 1 | -1/+1 |
* | st/dri: cleanup dri extension handling | Emil Velikov | 2014-04-28 | 2 | -25/+30 |
* | dri/radeon: use a const __DRIextension array | Emil Velikov | 2014-04-28 | 2 | -17/+14 |
* | drivers/dri: cleanup dri extension instantiation | Emil Velikov | 2014-04-28 | 6 | -28/+37 |
* | dri_interface: Update __DRItexBufferExtensionRec to version 3 | Emil Velikov | 2014-04-28 | 6 | -19/+29 |
* | Check for dladdr(), rather than assuming we have it if we have RTLD_DEFAULT | Jon TURNEY | 2014-04-28 | 2 | -4/+4 |
* | util: Fix cross-compiles between endiannesses | Richard Sandiford | 2014-04-28 | 2 | -32/+46 |
* | util: Split out channel-parsing Python code | Richard Sandiford | 2014-04-28 | 1 | -46/+50 |
* | util: Split out channel-printing Python code | Richard Sandiford | 2014-04-28 | 2 | -41/+69 |