mesa: Fix error checking for getters consisting of only API versions.
[mesa.git] / src /
2013-04-29 Eric Anholtmesa: Fix error checking for getters consisting of...
2013-04-29 Eric Anholtmesa: Clarify the names of error checking variables...
2013-04-29 Eric Anholti915: Add support for GL_EXT_texture_sRGB and GL_EXT_te...
2013-04-29 Eric Anholti915: Always enable GL 2.0 support.
2013-04-29 Eric Anholti915: Correctly set the OQ counter bits.
2013-04-29 Kenneth Graunkei965: Move is_math/is_tex/is_control_flow() to backend_...
2013-04-27 Zack Rusindraw/so: fix overflow calculation
2013-04-29 José Fonsecallvmpipe: Fix queries when screen->num_threads == 0.
2013-04-29 José FonsecaRevert "st/mesa: add a simple path to BufferData if...
2013-04-29 Jerome Glisser600g: force full cache for hyperz
2013-04-29 Rob Clarkfreedreno: fix rebase screw-up
2013-04-29 Chris Forbesi965/fs: Don't try to use bogus interpolation modes...
2013-04-28 Matt Turneri965/vs: Fix order of source arguments to LRP.
2013-04-27 Zack Rusinllvmpipe: stop crashing when one of the so targets...
2013-04-27 Zack Rusindraw/so: indicate overflow when buffer is missing
2013-04-27 Zack Rusingallivm: fix indirect addressing of temps in soa mode
2013-04-27 Zack Rusintgsi/ureg: Add a function to return the number of outputs
2013-04-27 Zack Rusindraw/so: Fix overflow calculations
2013-04-27 Zack Rusindraw/llvm: fix viewport transformations
2013-04-27 Zack Rusingallium: increase the number of available stream output...
2013-04-27 Zack Rusinllvmpipe: implement so_overflow query
2013-04-26 Brian Paulmesa: fix the compressed TexSubImage size checking...
2013-04-26 Brian Paulllvmpipe: replace LP_MAX_THREADS with screen->num_threa...
2013-04-26 Brian Paulllvmpipe: bump LP_MAX_THREADS to 16
2013-04-26 Brian Paulmesa: updated read_buffer_enum_to_index() comment
2013-04-26 Christian Königr600/uvd: stop advertising MPEG4 on UVD 2.x chips v2
2013-04-26 Christian Königradeon/uvd: stop using anonymous unions
2013-04-26 Tapani Pällimesa: fix type comparison errors in sub-texture error...
2013-04-26 José FonsecaRevert "draw: Yield zeros for LLVM fetches of non-exist...
2013-04-26 Chia-I Wuilo: add the driver to the build system
2013-04-26 Chia-I Wuilo: compile VS/GS/FS with the toy compiler
2013-04-26 Chia-I Wuilo: add a toy shader compiler
2013-04-26 Chia-I Wuilo: hook up pipe context GPGPU functions
2013-04-26 Chia-I Wuilo: hook up pipe context video functions
2013-04-26 Chia-I Wuilo: add support for time/occlusion/primitive queries
2013-04-26 Chia-I Wuilo: hook up pipe context 3D functions
2013-04-26 Chia-I Wuilo: add GEN7 support for 3D pipeline
2013-04-26 Chia-I Wuilo: add 3D pipeline for GEN6
2013-04-26 Chia-I Wuilo: add GEN7 GPE
2013-04-26 Chia-I Wuilo: add GEN6 GPE
2013-04-26 Chia-I Wuilo: hook up pipe context query functions
2013-04-26 Chia-I Wuilo: hook up pipe context transfer functions
2013-04-26 Chia-I Wuilo: hook up pipe context blit functions
2013-04-26 Chia-I Wuilo: hook up pipe context state functions
2013-04-26 Chia-I Wuilo: add functions to manage shaders
2013-04-26 Chia-I Wuilo: hook up pipe context flush function
2013-04-26 Chia-I Wuilo: add command parser
2013-04-26 Chia-I Wuilo: hook up pipe screen resource functions
2013-04-26 Chia-I Wuilo: hook up pipe screen format functions
2013-04-26 Chia-I Wuilo: hook up pipe_screen param and fence functions
2013-04-26 Chia-I Wuilo: add debug flags settable through ILO_DEBUG
2013-04-26 Chia-I Wuilo: new pipe driver for Intel GEN6+
2013-04-26 Chia-I Wuwinsys/intel: new winsys for intel
2013-04-26 José Fonsecagallivm: Fix trivial out-of-bounds indirection in lp_bu...
2013-04-26 Matt Turneri965/vs: Add support for LRP instruction.
2013-04-26 Matt Turneri965/vs: Add a function to fix-up uniform arguments...
2013-04-25 Jerome Glissewinsys/radeon: consolidate tracing into winsys v2
2013-04-25 Tom Stellardr600g/compute: Removed unused and untested code
2013-04-25 Tom Stellardr600g/compute: Use a constant buffer to store kernel...
2013-04-25 Tom Stellardr600g: Add evergreen_emit_cs_constant_buffers() v2
2013-04-25 Tom Stellardr600g/compute: Don't use radeon_winsys::buffer_wait...
2013-04-25 Tom Stellardr600g/compute: Fix input buffer size calculation
2013-04-25 Adam Jacksonlinux: Don't emit a .note.ABI-tag section anymore ...
2013-04-25 Rob Clarkfreedreno: use writecombine buffers
2013-04-25 Rob Clarkfreedreno: don't patch and re-emit same shader as much
2013-04-25 Eric Anholti965: Avoid recompiles for fragment clamping on non...
2013-04-25 José Fonsecadraw: Yield zeros for LLVM fetches of non-existing...
2013-04-25 José Fonsecatrace: Only close trace files on exit.
2013-04-25 José Fonsecagraw: Set the vertex shader constant buffer.
2013-04-25 José Fonsecagraw: Simple utilities to dump and disassemble TGSI...
2013-04-25 José Fonsecascons: Support clang.
2013-04-25 José Fonsecautil/u_sse: Fix _mm_shuffle_epi8 prototype for clang.
2013-04-25 José Fonsecascons: Remove redundant code.
2013-04-25 Chris Forbesmesa: fix bogus comment about PrimitiveRestart fields
2013-04-25 Chris Forbesi965: report correct sample positions
2013-04-25 Rob Clarkfreedreno: fix bogus IMM const reg index
2013-04-25 Rob Clarkfreedreno: clear fixes and debugging
2013-04-25 Rob Clarkfreedreno: fix texture fetch type
2013-04-25 Rob Clarkfreedreno: fix temp register usage
2013-04-25 Rob Clarkfreedreno: add noop driver
2013-04-25 Rob Clarkfreedreno: use u_math macros/helpers more
2013-04-25 Rob Clarkfreedreno: implement fd_screen_destroy()
2013-04-25 Rob Clarkfreedreno: set SWAP bit based on format
2013-04-24 Tom Stellardradeon/llvm: Fix segfault with a specifc libelf impleme...
2013-04-24 Alex Deucherr600g: use CP DMA for buffer clears on evergreen+
2013-04-24 Chia-I Wui965/gen7: fix encoding of (huge) surface size for...
2013-04-24 Chia-I Wui965/gen7: fix 3DSTATE_LINE_STIPPLE_PATTERN
2013-04-24 Chia-I Wui965: fix SURFACE_STATE dumping
2013-04-24 Matt Turneri965: Remove strange comments about math functions.
2013-04-24 Matt Turneri965: Remove traces of nonexistent TAN math function.
2013-04-24 Paul Berryglsl: Teach basic block analysis about break/continue...
2013-04-24 Paul Berryglsl: Add virtual function ir_instruction::as_jump()
2013-04-24 Tom Stellardr600g/llvm: Pass struct r600_bytecode to r600_llvm_compile
2013-04-24 José Fonsecawinsys/sw/xlib: Prevent shared memory segment leakage.
2013-04-23 Zack Rusindraw/gs: preserve leading vertex info for gs
2013-04-24 Laurent Carlierr200: fix build regression introduced with 9a32203e1618...
2013-04-24 Christian Königradeonsi: cleanup disabling tiling for UVD v3
2013-04-24 Chad Versaceegl/dri2: Fix min/max swap interval of configs
2013-04-24 Kenneth Graunkemesa: Add unpack functions for A/I/L/LA [U]INT8/16...
2013-04-24 Kenneth Graunkemesa: Add unpack functions for R/RG/RGB [U]INT8/16...
next