mesa.git
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
2012-08-30 Marek Olšákr600g: implement MSAA for Cayman
2012-08-30 Anuj Phogati965/msaa: flag _NEW_MULTISAMPLE in the brw_tracked_state
2012-08-30 Marek Olšákr600g: enable MSAA on r6xx by default
2012-08-30 Marek Olšákr600g: disable MSAA depth decompression on r6xx
2012-08-30 Marek Olšákr600g: implement color resolve for r600
2012-08-30 Marek Olšákr600g: fix CB_SHADER_MASK and CB_TARGET_MASK for r6xx
2012-08-30 Marek Olšákr600g: implement draw_rectangle callback
2012-08-30 Marek Olšákr600g: implement MSAA for r700
2012-08-30 Marek Olšákr600g: change programming of CB_SHADER_MASK on r600...
2012-08-30 Marek Olšákconfigure.ac: require libdrm_radeon 2.6.39 for MSAA
2012-08-30 Brian Paulmeta: remove call to _meta_in_progress(), fix multisamp...
2012-08-30 Brian Paulmeta: add parenthesis to silence compiler warnings
2012-08-30 Tapani Pälliscons : add HAVE_DLOPEN to build environment
2012-08-30 Christian Königradeonsi: fix stupid bug added in commit 07838603b9a69c...
2012-08-30 Eric Anholti965/fs: Remove a dead member from live variables analysis.
2012-08-29 Kenneth Graunkei965/fs: Initialize output_components[] by filling...
2012-08-29 Ian Romanickmesa: Do something sensible when on-line compression...
2012-08-29 Ian Romanicki965: Allow creation of OpenGL 3.1 contexts
2012-08-29 Ian Romanicki965: Advertise GLSL 1.40 and TexBOs in core contexts
2012-08-29 Ian Romanickintel: Clean up bits of cruft in intelCreateContext
2012-08-29 Ian Romanicki965: Set context flags
2012-08-29 Ian Romanickmesa/dri: Allow creation of forward-compatible contexts
2012-08-29 Ian Romanickmesa/es: Enable GL_OES_vertex_array_object
2012-08-29 Ian Romanickmesa: Enable GL_{ARB,APPLE}_vertex_array_object in...
2012-08-29 Ian Romanickmeta: Don't use deprecated keyword in 1.30 shader
2012-08-29 Ian Romanickmesa: Disallow alpha, luminance, and LA textures in...
2012-08-29 Ian Romanickmesa: Disallow more deprecated functions in core context
2012-08-29 Ian Romanickmesa: Require names from Gen in core context
2012-08-29 Ian Romanickmesa: Allow NULL vertex pointer without a VBO
2012-08-29 Ian Romanickmesa: Disallow VertexAttribPointer without a VAO in...
2012-08-29 Ian Romanickmesa: Disallow wide lines in forward compatible context
2012-08-29 Ian Romanickmesa: Only FRONT_AND_BACK is allowed for PolygonMode...
2012-08-29 Paul Berrymeta: Don't stray outside the confines of the API speci...
2012-08-29 Ian Romanickmesa: Don't allow display lists or evaluators in core...
2012-08-29 Ian Romanickmesa: Don't allow GL_EXTENSIONS query in core context
2012-08-29 Ian Romanickmesa: Non-sprite points are deprecated
2012-08-29 Eric Anholtmesa: Fix VAO deletion on GL 3.1 core.
2012-08-29 Eric Anholtmesa: Enable a bunch of missing getters on 3.1 core.
2012-08-29 Eric Anholtmesa: Expose texture buffer objects when the context...
2012-08-29 Ian Romanickmesa: Allow PACK / UNPACK queries for ES2
2012-08-29 Ian Romanickmesa: Kill ES2 wrapper functions
2012-08-29 Ian Romanickmesa: glGetVertexAttribPointerv is part of core profile...
2012-08-29 Ian Romanickmesa/es: Validate glPointParameter pname in Mesa code...
2012-08-29 Ian Romanickmesa: Require OpenGL 2.0 for GL_POINT_SPRITE_COORD_ORIGIN
2012-08-29 Ian Romanickmesa: Require that drivers supporting point sprites...
2012-08-29 Ian Romanickmesa/es: Validate glGetTexEnv parameters in Mesa code...
2012-08-29 Ian Romanickmesa/es: Validate glTexEnv parameters in Mesa code...
2012-08-29 Ian Romanickmesa/es: Validate glGetTexGen parameters in Mesa code...
2012-08-29 Ian Romanickmesa/es: Validate glTexGen parameters in Mesa code...
2012-08-29 Ian Romanickmesa/es: Validate glLightModel pname in Mesa code rathe...
2012-08-29 Ian Romanickmesa/es: Validate glMaterial face and pname in Mesa...
2012-08-29 Ian Romanickmesa/es: Validate glGetMaterial pname in Mesa code...
2012-08-29 Ian Romanickmesa/es: Validate glGetPointerv pname in Mesa code...
2012-08-29 Ian Romanickmesa/es: Validate glMatrixMode mode in Mesa code rather...
2012-08-29 Ian Romanickmesa/es: Validate glFog pname in Mesa code rather than...
2012-08-29 Ian Romanickmesa/es: Validate glReadPixels format and type in Mesa...
2012-08-29 Ian Romanickmesa/es: Validate glPixelStore pname in Mesa code rathe...
2012-08-29 Ian Romanickmesa/es: Validate glEnable cap in Mesa code rather...
2012-08-29 Ian Romanickmesa/es: Validate glHint target in Mesa code rather...
2012-08-29 Ian Romanickmesa/es: Validate glGetVertexAttribf pname in Mesa...
2012-08-29 Ian Romanickmesa/es: Validate glGetString pname in Mesa code rather...
2012-08-29 Ian Romanickmesa/es: Validate primitive modes in Mesa code rather...
2012-08-29 Ian Romanickmesa: Refactor _mesa_valid_prim_mode to use a switch...
next