mesa.git
2012-10-22 Brian Pauldocs: GL_ARB_texture_storage is supported for all galli...
2012-10-22 Matt TurnerRe-add HAVE_PTHREADS preprocessor macro
2012-10-21 Kristian Høgsberggbm: Use the kms dumb ioctls for cursor instead of...
2012-10-19 Tom Stellardr600g: Remove special handling of PRED_SET* insructions...
2012-10-19 Tom Stellardradeon/llvm: Sort tgsi opcode action initialization
2012-10-19 Tom Stellardradeon/llvm: Fix lowering TGSI_OPCODE_SSG
2012-10-19 Eric Anholti965: Stop flushing the batch on timestamp queries...
2012-10-19 Eric Anholti965: Don't flush the batch immediately on EndQuery.
2012-10-19 Eric Anholti965/fs: Fix typo in refactor of brw_fs_reg_allocate...
2012-10-19 Tapani Pällii965/vs: include format argument in debug printf
2012-10-19 Michel Dänzerst/mesa: Fix source miptree level for copying data...
2012-10-19 Francisco Jerezclover: No need for clover::is_zero() to be a functor.
2012-10-19 Brian Paulst/mesa: improve the guess_and_alloc_texture() heuristic
2012-10-18 Marek Olšákgallium: remove unused data pointer from pipe_transfer
2012-10-18 Chad Versaceintel: Skip texsubimage fastpath for more pixel unpack...
2012-10-18 Matt TurnerFinish _HAVE_FULL_GL removal
2012-10-17 Dmitry Cherkasovconfigure.ac: Fix LLVM 3.2 r600/radeonsi error message
2012-10-17 Brian Paulsvga: add svga_screen_cache_dump() debug helper
2012-10-17 Kristian Høgsbergwayland: Drop support for ill-defined, unused wl_egl_pixmap
2012-10-17 Kristian Høgsbergwayland: Remove 0.85 compatibility #ifdefs
2012-10-17 Kristian Høgsbergegl/wayland: Update to Wayland 0.99 API
2012-10-17 Eric Anholti965/fs: Statically allocate the reg_sets at context...
2012-10-17 Eric Anholti965/fs: Allocate registers in the unused parts of...
2012-10-17 Eric Anholti965/fs: Reduce the interference between payload regs...
2012-10-17 Eric Anholti965/fs: Expose the payload registers to the register...
2012-10-17 Eric Anholti965/fs: Remove extra allocation for classes[].
2012-10-17 Eric Anholti965/fs: Make the register allocation class_sizes[...
2012-10-17 Eric Anholti965/vs: Improve live interval calculation.
2012-10-17 Eric Anholti965/vs: Fix the mlen of scratch read/write messages.
2012-10-17 Eric Anholti965: Make the cfg reusable from the VS.
2012-10-17 Eric Anholti965: Share the predicate field between FS and VS.
2012-10-17 Eric Anholti965: Rename fs_cfg types to not mention fs.
2012-10-17 Eric Anholti965: Move brw_fs_cfg.* to brw_cfg.*.
2012-10-17 Eric Anholti965: Make the FS and VS share a few visitor/instructio...
2012-10-17 Eric Anholti965/vs: Trim the swizzle of the scratch write temporary.
2012-10-17 Eric Anholti965/vs: Do the temporary allocation in emit_scratch_wr...
2012-10-17 Eric Anholti965/vs: Simplify emit_scratch_write() prototype.
2012-10-17 Eric Anholti965/vs: Add a little bit of IR-level debug ability.
2012-10-17 Adam Jacksonglx: Add GLXBadProfileARB to the error string list
2012-10-17 Owen W. Taylorglx: Fix listing of INTEL_swap_event in glXQueryExtensi...
2012-10-17 José Fonsecagallivm: Hide AVX support when requested by LP_NATIVE_V...
2012-10-17 Will Schmidtgallivm: Use mcjit for ppc_64 architecture
2012-10-17 Brian Paulst/mesa: silence MSVC signed/unsigned comparison warning
2012-10-17 Brian Paulst/mesa: silence MSVC double/unsigned assignment warning
2012-10-17 Brian Paultgsi: silence MSVC signed/unsigned comparison warnings
2012-10-17 Brian Paulutil: fix MSVC signed/unsigned comparison warning in...
2012-10-17 Brian Paulutil: fix MSVC signed/unsigned comparison warning in...
2012-10-17 Brian Paulutil: fix MSVC double/float conversion warning in u_for...
2012-10-17 Brian Pauldraw: silence MSVC signed/unsigned comparison warnings
2012-10-17 Brian Paulutil/blitter: silence assorted MSVC warnings
2012-10-17 Brian Paulwmesa: remove old, unused span code
2012-10-17 José Fonsecascons: Fix graw-xlib lib order.
2012-10-17 José Fonsecatgsi: Add support to parse IMM[x] too.
2012-10-17 José FonsecaRevert "gallivm: Don't use llvm.x86.avx.max/min.ps...
2012-10-17 Vinson Leebuild: Build on Cygwin with gnu99 instead of c99.
2012-10-17 Matt Turneres2api: Add GL ES 3 headers
2012-10-17 Matt Turnerglapi: Add es2="3.0" attributes to XML.
2012-10-17 Brian Paulsvga: whitespace fixes, remove useless comments
2012-10-16 Brian Paulsvga: silence MSVC warning about negating an unsigned...
2012-10-16 Brian Paulsvga: silence MSVC double/float assignment warnings
2012-10-16 Brian Paulsvga: fix MSVC double/float parameter warning
2012-10-16 Brian Paulsvga: silence MSVC float/int assignment warnings
2012-10-16 Brian Paulsvga: silence MSVC double/float assignment warnings
2012-10-16 Brian Paulsvga: silence some MSVC signed/unsigned comparison...
2012-10-16 Ian Romanickmesa/tests: Add ES1.1 dispatch table sanity test
2012-10-16 Ian Romanickmesa/tests: Compile ES2 test regardless of FEATURE_ES2...
2012-10-16 Brian Paulmesa: remove FEATURE_ES1 tests in enable.c code
2012-10-16 Brian Paulmesa: remove FEATURE_ES test in _mesa_get_compressed_fo...
2012-10-16 Brian Paulmesa: remove FEATURE_ES test in _mesa_is_compressed_for...
2012-10-16 Brian Paulmesa: remove FEATURE_GL test from updated_drawbuffers()
2012-10-16 Brian Paulmesa: remove #if _HAVE_FULL_GL checks
2012-10-16 Brian Paulmesa: remove ASSERT_NO_FEATURE macro
2012-10-16 Eric Anholti965: Fix rendering to small mipmaps of depth/stencil...
2012-10-16 Eric Anholti965: Share the draw x/y offset masking code between...
2012-10-16 Eric Anholti965: Make a helper function for the renderbuffer tempo...
2012-10-16 Eric Anholti965: Warn on a couple of workarounds in blending.
2012-10-16 Eric Anholtintel: Add a macro for printing a debug warning once.
2012-10-16 Andreas Bolldocs: add note about removal of GL_NV_fragment_program
2012-10-16 Paul Berryglapi: Delete gles_api.py, since it is no longer used.
2012-10-16 Paul Berrymapi_abi: Use GLES information from XML rather than...
2012-10-16 Paul Berrymapi_abi: Override 'hidden' and 'handcode' attributes...
2012-10-16 Paul Berrymapi_abi: Get rid of unnecessary copy.
2012-10-16 Paul Berrymapi_abi: Remove sanity check that all GLES functions...
2012-10-16 Paul Berrymapi_abi: Collect all imports at top of file.
2012-10-16 Paul Berryglapi: Use GLES information from XML rather than gles_a...
2012-10-16 Paul Berryglapi: Read GLES information from XML.
2012-10-16 Paul Berryglapi: Add es1 and es2 attributes to XML.
2012-10-16 Paul Berryglapi: use new-style Python classes.
2012-10-16 Kenneth Graunkei965/fs: Fix segfault when using INTEL_DEBUG=perf with...
2012-10-16 Kenneth Graunkemesa: Don't flatten IF statements by default.
2012-10-16 Kenneth Graunkemesa: Remove PROGRAM_WRITE_ONLY register type.
2012-10-16 Kenneth Graunkemesa: Remove dead _mesa_num_parameters_of_type() function.
2012-10-16 Kenneth Graunkemesa: Remove dead _mesa_add_attribute() function.
2012-10-16 Kenneth Graunkemesa: Remove remnants of PROGRAM_VARYING.
2012-10-16 Kenneth Graunkemesa: Remove dead _mesa_add_varying() function.
2012-10-16 Kenneth Graunkemesa: Remove dead program_parameter::Flags field.
2012-10-16 Kenneth Graunkest/mesa: Remove the PROG_PARAM_BIT_CYL_WRAP flag. [v2]
2012-10-16 Kenneth Graunkemesa: Remove GLSL-related PROG_PARAM_BIT flags.
2012-10-16 Kenneth Graunkemesa: Remove support for named parameters.
2012-10-16 Kenneth Graunkedriconf: Remove force enable for NV_vertex_program.
next