mesa.git
2014-04-30 Eric Anholtgallium: Drop use of _ReallyEnabled.
2014-04-30 Eric Anholtmesa: Drop _ReallyEnabled usage from ff_fragment_shader.
2014-04-30 Eric Anholti915: Drop use of _ReallyEnabled.
2014-04-30 Eric Anholtmesa: Replace use of _ReallyEnabled as a boolean with...
2014-04-30 Eric Anholtmesa: Ensure that (unit->_Current != 0) == (unit->_Real...
2014-04-30 Eric Anholtmesa: Drop dead last_ReallyEnabled fields from drivers.
2014-04-30 Eric Anholtmesa: Drop _EnabledUnits.
2014-04-30 Eric Anholtswrast: Just use _EnabledCoordUnits for figuring out...
2014-04-30 Eric Anholti915: Redo texture unit walking on i830.
2014-04-30 Matt Turneri965/vec4: Remove 'mul_arg' from try_emit_mad().
2014-04-30 Matt Turneri965/fs: Remove 'mul_arg' from try_emit_mad().
2014-04-30 Brian Paulmesa: change invalid texture swizzle error to GL_INVALI...
2014-04-30 Andreas Hartmetztranslate_sse: Use the correct buffer index in this...
2014-04-29 Tom Stellardclover: Query drivers for max clock frequency
2014-04-29 Tom Stellardradeon/compute: Implement PIPE_COMPUTE_CAP_MAX_CLOCK_FR...
2014-04-29 Tom Stellardgallium: Add PIPE_COMPUTE_CAP_MAX_CLOCK_FREQUENCY
2014-04-29 Kenneth Graunkei965: Fix a few base addresses on Broadwell.
2014-04-29 EdBclover: Stub implementation of CL 1.2 sub-devices.
2014-04-29 EdBclover: Add clEnqueue{Marker, Barrier}WithWaitList.
2014-04-29 Jan Veselyclover: Align kernel argument sizes to nearest power...
2014-04-29 Francisco Jerezclover: Avoid warnings from references to deprecated...
2014-04-29 Francisco Jerezclover: Update OpenCL headers to version 1.2 from Khronos.
2014-04-29 Ilia Mirkinnvc0/ir: offset appears to come before the Z ref
2014-04-28 Brian Paulmesa: remove unused #pragma export on/off lines
2014-04-28 Ilia Mirkinnv50/ir: change texture offsets to ValueRefs, allow...
2014-04-28 Ilia Mirkinnvc0/ir: do constant folding of extbf/insbf
2014-04-28 Ilia Mirkinnvc0/ir: add support for MUL_HI tgsi opcodes
2014-04-28 Ilia Mirkinnvc0/ir: add support for new bitfield manipulation...
2014-04-28 Ilia Mirkintgsi: add tgsi_exec support for new bit manipulation...
2014-04-28 Ilia Mirkingallium/util: add helpers for bitfield manipulation
2014-04-28 Ilia Mirkinmesa/st: implement new bit manipulation opcodes
2014-04-28 Ilia Mirkingallium: add new opcodes for ARB_gs5 bit manipulation...
2014-04-28 Emil Velikovglx/drisw: explicitly assign struct components for...
2014-04-28 Emil Velikovglx/dri3: explicitly assign struct components for glx_...
2014-04-28 Emil Velikovglx/dri2: explicitly assign struct components for glx_...
2014-04-28 Emil Velikovglx/dri: explicitly assign struct components for glx_...
2014-04-28 Emil Velikovglx/indirect: explicitly assign struct components for...
2014-04-28 Emil Velikovglx/apple: explicitly assign struct components for...
2014-04-28 Emil Velikovegl_dri: rework dri extension handling
2014-04-28 Emil Velikovgbm: cleanup __DRI*extension handling
2014-04-28 Emil Velikovdri_util: cleanup dri extension handling
2014-04-28 Emil Velikovglx/tests: explicitly set __DRI2rendererQueryExtension...
2014-04-28 Emil Velikovglx/dri3: rework __DRIextension handling
2014-04-28 Emil Velikovglx/dri2: rework __DRIextension handling
2014-04-28 Emil Velikovst/dri: cleanup dri extension handling
2014-04-28 Emil Velikovdri/radeon: use a const __DRIextension array
2014-04-28 Emil Velikovdrivers/dri: cleanup dri extension instantiation
2014-04-28 Emil Velikovdri_interface: Update __DRItexBufferExtensionRec to...
2014-04-28 Jon TURNEYCheck for dladdr(), rather than assuming we have it...
2014-04-28 Richard Sandifordutil: Fix cross-compiles between endiannesses
2014-04-28 Richard Sandifordutil: Split out channel-parsing Python code
2014-04-28 Richard Sandifordutil: Split out channel-printing Python code
2014-04-28 Richard Sandifordutil: Turn inv_swizzle into a global function
2014-04-28 Richard Sandifordutil: Add more query methods to u_format_parse.Format
2014-04-28 Michel Dänzerst/mesa: Fix NULL pointer dereference for incomplete...
2014-04-27 Chris Forbesglsl: fix spelling of derived
2014-04-27 Ilia Mirkindocs: mark off nv50/nvc0 for ARB_sample_shading, update...
2014-04-27 Chia-I Wumesa: overhaul debug namespace support
2014-04-27 Chia-I Wumesa: delay copying of debug groups
2014-04-27 Chia-I Wumesa: clean up debug output namespace handling
2014-04-27 Chia-I Wumesa: clean up debug groups
2014-04-27 Chia-I Wumesa: clean up debug message log
2014-04-27 Chia-I Wumesa: use accessors for struct gl_debug_state
2014-04-27 Chia-I Wumesa: eliminate debug output message_insert
2014-04-27 Chia-I Wumesa: eliminate debug output should_log
2014-04-27 Chia-I Wumesa: eliminate debug output control_app_messages
2014-04-27 Chia-I Wumesa: eliminate debug output get_msg
2014-04-27 Chia-I Wumesa: refactor _mesa_PopDebugGroup and _mesa_free_error...
2014-04-27 Chia-I Wumesa: refactor _mesa_PushDebugGroup
2014-04-27 Chia-I Wumesa: refactor debug output control_messages
2014-04-27 Chia-I Wumesa: refactor debug output get_msg
2014-04-27 Chia-I Wumesa: refactor debug out log_msg
2014-04-27 Chia-I Wumesa: refactor debug output set_message_state
2014-04-27 Chia-I Wumesa: refactor debug output should_log
2014-04-27 Chia-I Wumesa: refactor _mesa_get_debug_state
2014-04-26 Ilia Mirkinnvc0/ir: fetch shadow value from proper place for TG4...
2014-04-26 Ilia Mirkinnvc0/ir: set gatherComp for non-shadow targets
2014-04-26 Ilia Mirkinnvc0/ir: set instance count based on the GS_INVOCATIONS...
2014-04-26 Ilia Mirkinnvc0/ir: add support for INVOCATIONID system value
2014-04-26 Ilia Mirkinnvc0/ir: add support for SAMPLEMASK sysval
2014-04-26 Ilia Mirkinmesa/st: translate gl_InvocationID to INVOCATIONID...
2014-04-26 Ilia Mirkinmesa/st: translate gl_SampleMaskIn to SAMPLEMASK semantic
2014-04-26 Ilia Mirkingallium: add GS_INVOCATIONS property
2014-04-26 Ilia Mirkingallium: add INVOCATIONID semantic
2014-04-26 Ilia Mirkinnvc0: add support for PIPE_CAP_SAMPLE_SHADING
2014-04-26 Ilia Mirkinnv50: add support for PIPE_CAP_SAMPLE_SHADING
2014-04-26 Ilia Mirkinmesa/st: add support for ARB_sample_shading
2014-04-26 Ilia Mirkingallium: add basic support for ARB_sample_shading
2014-04-26 Enrico Hornmapi: OpenVG symbol exports.
2014-04-26 Matt Turnerglsl: Use properly typed arguments for bitfieldInsert.
2014-04-26 Eric Anholti965: Don't bother flushing the batch if it doesn't...
2014-04-25 Ander Conselvan... egl: Protect use of gbm_dri with ifdef HAVE_DRM_PLATFORM
2014-04-25 Neil Robertswayland: Fix the logic in disabling the prime capability
2014-04-25 Ander Conselvan... gbm: Set errno on errors
2014-04-25 Ander Conselvan... gbm/dri: Fix out-of-memory error path in dri_device_cre...
2014-04-25 Emil Velikovgallium/tests: conditionally include sw/dri winsys
2014-04-25 Emil Velikovautomake: cleanup pipe-loader handling when using sw...
2014-04-25 Emil Velikovpipe-loader: conditionally build and use pipe_loader_sw...
2014-04-25 Roland Scheideggerllvmpipe: fix clearing of individual color buffers...
2014-04-25 Roland Scheideggergallium/util: use ui[4] instead of ui in union util_color
next