mesa.git
2012-09-07 Brian Paulglx: move 'prime' var into #ifdef'd code block
2012-09-06 Kenneth Graunkei965: Fix primitive restart on Haswell.
2012-09-06 Matt Turnerbuild: Disable building of d3d1x
2012-09-06 Paul Berryintel: avoid undefined variable warnings in intel_screen.c
2012-09-06 Jerome Glisser600g: order atom emission v3
2012-09-06 Jerome Glisser600g: fix num of dwords needed for alphatest_state...
2012-09-06 Chad Versacemesa: Don't advertise GLES extensions in GL contexts
2012-09-06 José Fonsecallvmpipe: Make driver name more informative.
2012-09-06 Michel Dänzerradeonsi: Handle more L/I/A format cases.
2012-09-06 Michel Dänzerradeonsi: Enable whole quad mode for pixel shaders.
2012-09-06 Michel Dänzerradeon/llvm: Add intrinsic for enabling whole quad...
2012-09-06 Michel Dänzerradeon/llvm: SI shader vector instructions implicitly...
2012-09-06 Michel Dänzerradeon/llvm: Extend SI EXEC register support.
2012-09-06 Tom Stellardradeon/llvm: Remove R600InstrInfo.td from TD_FILES
2012-09-06 Michel Dänzerradeonsi: Enable NPOT textures again.
2012-09-06 Michel Dänzerradeonsi: Mipmaps require memory footprint to be padded...
2012-09-06 Michel Dänzerradeonsi: Sampler view state simplification.
2012-09-06 Michel Dänzerradeonsi: Untiled textures are linear aligned, not...
2012-09-06 Tom Stellardradeon/llvm: Cleanup makefile
2012-09-06 Matt TurnerRemove useless checks for NULL before freeing
2012-09-06 Matt TurnerReplace another malloc/memset-0 combination with calloc
2012-09-06 Matt TurnerRemove useless memset after calloc
2012-09-06 Matt TurnerUse calloc instead of malloc/memset-0
2012-09-06 Matt TurnerRemove useless checks for NULL before freeing
2012-09-06 Matt TurnerglX_proto_send.py: Don't cast the return value of malloc
2012-09-06 Matt TurnerDon't cast the return value of malloc/realloc
2012-09-06 Matt TurnerglX_proto_send.py: Remove deprecated Xmalloc/Xfree...
2012-09-06 Matt TurnerRemove Xcalloc/Xmalloc/Xfree calls
2012-09-06 Vinson LeeUse the correct macro _WIN32 for Windows.
2012-09-06 Brian Paulmesa: remove #undef CONST in get.c
2012-09-06 Brian Paulmesa: remove now unused CONST macro
2012-09-06 Brian Paulmesa: s/CONST/const/ in a comment
2012-09-06 Brian Paulmesa: s/CONST/const/ in math/ files
2012-09-05 Tom Stellardradeon/llvm: Fix operand ordering for V_CNDMASK_B32
2012-09-05 Tom Stellardradeon/llvm: Use correct float->int conversion opcode...
2012-09-05 Tom Stellardconfigure.ac: Don't link gallium drivers with libdricore
2012-09-05 Paul Berryi965/blorp: Fix incorrect indentation.
2012-09-05 Paul Berrymapi: Add shared-glapi-test to .gitignore
2012-09-05 Brian Paulmesa: fix per-level max texture size error checking
2012-09-05 Kenneth Graunkei965: Don't use brw->fragment_program in the old brw_wm...
2012-09-04 Tom Stellardradeon/llvm: Fix lowering of SI_V_CNDLT
2012-09-04 Tom Stellardradeon/llvm: Fix encoding of V_CNDMASK_B32
2012-09-04 Brian Paulmesa: fix DIFFERENT_SIGNS() function
2012-09-04 Vincent Lejeuneradeon/llvm: do not convert f32 operand of select_cc...
2012-09-04 Vincent Lejeuneradeon/llvm: custom lowering for FP_TO_UINT when dst...
2012-09-04 Vincent Lejeuneradeon/llvm: support setcc on f32
2012-09-04 Vincent Lejeuneradon/llvm: br_cc f32 now lowered without cast
2012-09-04 Vincent Lejeuneradeon/llvm: swap wrong OPCODE_IS_*_ZERO_* opcode and use
2012-09-04 Christian Königwinsys/radeon: create only one winsys for each fd
2012-09-04 Christian Königradeonsi: stop big offsets from hanging the GPU v2
2012-09-04 Christian Königradeonsi: adjust PIPE_SHADER_CAP_MAX_CONSTS
2012-09-04 Christian Königradeon/llvm: fix SelectADDR8BitOffset
2012-09-04 José Fonsecagallivm,llvmpipe: Use 4-wide vectors on AMD Bulldozer.
2012-09-04 Brian Paulmesa: add missing return statements after recording...
2012-09-04 Brian Paulmesa: remove more null pointer checks before free(...
2012-09-04 Brian Paulmesa: remove null pointer checks before free() calls
2012-09-04 Brian Paulmesa: remove SQRTF, use sqrtf. Convert INV_SQRT() to...
2012-09-03 Vadim Girlinr600g: adjust QUANT_MODE for higher precision
2012-09-03 Vinson Leeutil: Add cpuid for Solaris Studio.
2012-09-03 Ian Romanickmeta: Don't save and restore fog state when there is...
2012-09-03 Brian Paulmesa: remove accidentally committed __SUNPRO_C sqrtf...
2012-09-03 Christian Königradeonsi: disable array-textures for now
2012-09-03 Christian Königradeonsi: disable Z16 for now
2012-09-03 Christian Königradeonsi: disable NPOT textures for now
2012-09-03 Christian Königradeonsi: handle indirect constants gracefully
2012-09-01 Brian Paulradeon: fix free/FREE mistake
2012-09-01 Brian Paulvega: include u_debug.h for assert()
2012-09-01 Brian Paulmesa: s/FREE/free/
2012-09-01 Brian Paulmesa: s/CALLOC/calloc/
2012-09-01 Brian Paulmesa: s/MALLOC/malloc/
2012-09-01 Brian Paulutil: remove u_debug.h from u_math.h
2012-09-01 Brian Paulutil: include u_debug.h
2012-09-01 Brian Paultgsi: include u_debug.h
2012-09-01 Brian Paulmesa: clean-up LOG2() function
2012-09-01 Brian Paulmesa: move IS_NEGATIVE() and DIFFERENT_SIGNS() to macros.h
2012-09-01 Brian Paulmesa: clean up F_TO_I, IFLOOR, ICEIL functions
2012-08-31 Kenneth Graunkei965/fs: Don't use brw->fragment_program in calculate_u...
2012-08-31 Matt Turnerbuild: Remove left over echo from GLU removal
2012-08-31 Vadim Girlinmesa: don't wait in _mesa_ClientWaitSync if timeout...
2012-08-31 Matt TurnerRemove libGLU
2012-08-31 Jakob Bornecrantzdri: Rework planar image interface
2012-08-31 Tom Stellardradeon/llvm: Rework how immediate operands are handled...
2012-08-31 Tom Stellardradeon/llvm: Fix typo in assert
2012-08-31 Tom Stellardradeon/llvm: Fix isEG tablegen predicate
2012-08-31 Tom Stellardradeon/llvm: Add support for RCP instruction on SI
2012-08-31 Tom Stellardradeon/llvm: Support AMDGPUfmin DAG node on SI
2012-08-31 Tom Stellardradeonsi: Handle TGSI_SEMANTIC_PSIZE
2012-08-31 Tapani Pälliandroid: do not expose single buffered eglconfigs
2012-08-31 Tapani Pälliandroid: fix liblog API changes
2012-08-31 Tapani Pällixmlconfig: use __progname when building for Android
2012-08-31 Vinson Leescons: Remove leftover print statement.
2012-08-31 Andreas Bolldocs: update relnotes-9.0
2012-08-31 Andreas Bollmesa: also bump version in Makefile.am and configure...
2012-08-31 Vinson Leescons: Add default libraries to Solaris build.
2012-08-31 Brian Paulst/mesa: s/CALLOC/calloc/ to fix allocation bug
2012-08-31 Brian Paulutil: add casts to silence signed/unsigned comparison...
2012-08-31 Brian Paulmesa: fix-up and use _mesa_delete_renderbuffer()
2012-08-31 Ian Romanickdocs: Add some missing features to 9.0 release notes...
2012-08-31 Ian Romanickmesa: Bump version to 9.0
2012-08-30 Marek Olšákr600g: enable transform feedback on Cayman
next