r600g: remove unused state ID definitions
[mesa.git] / src / mesa /
2012-09-13 Kenneth Graunkei965: Fix out-of-order sampler unit usage in ARB fragme...
2012-09-13 Kenneth Graunkemesa: Add a _mesa_fls() function to find the last bit...
2012-09-12 Paul Berryi965/blorp: Fix offsets and width/height for stencil...
2012-09-12 Paul Berryi965/blorp: Reduce alignment restrictions for stencil...
2012-09-12 Paul Berryi965/blorp: don't reduce stencil alignment restrictions...
2012-09-12 Paul Berryintel: Add map_stencil_as_y_tiled to intel_region_get_a...
2012-09-12 Paul Berryintel: Add map_stencil_as_y_tiled to intel_region_get_t...
2012-09-12 Paul Berryi965/blorp: Account for offsets when emitting SURFACE_S...
2012-09-12 Paul Berryi965/blorp: Thread level and layer through brw_blorp_bl...
2012-09-12 Paul Berryi965/blorp: Don't create a dummy renderbuffer just...
2012-09-12 Paul Berryi965/blorp: store x and y offsets in brw_blorp_mip_info.
2012-09-12 Paul Berryi965/blorp: store surface width/height in brw_blorp_mip...
2012-09-12 Paul Berryi965/blorp: Change gl_renderbuffer* params to intel_ren...
2012-09-12 Paul Berryi965/blorp: Clarify why width/height must be adjusted...
2012-09-12 Paul Berryi965/gen6+: Adjust stencil buffer size after computing...
2012-09-11 Imre Deakmesa: glGet: fix API check for EGL_image_external enums
2012-09-11 Imre Deakmesa: glGet: fix indentation of print_table_stats
2012-09-11 Imre Deakmesa: glGet: fix indentation of find_value
2012-09-11 Imre Deakmesa: glGet: fix indentation of _mesa_init_get_hash
2012-09-11 Brian Paulmesa: fix proxy texture error handling in glTexStorage()
2012-09-11 Brian Paulmesa: make _mesa_get_proxy_target() non-static
2012-09-11 Brian Paulmesa: do internal format error checking for glTexStorage()
2012-09-11 Paul Berrymesa/msaa: Allow X and Y flips in multisampled blits.
2012-09-11 Kenneth Graunkei965: Remove incorrect comment above opt_algebraic.
2012-09-09 Andreas Bollmesa: bump version to 9.1 (devel)
2012-09-07 Johannes ObermayrSet OSMESA_VERSION=8.
2012-09-07 Eric Anholti965: Fix virtual_grf_interferes() between calculate_li...
2012-09-07 Eric Anholti965: Make the param pointer arrays for the VS dynamica...
2012-09-07 Eric Anholti965: Make the param pointer arrays for the WM dynamica...
2012-09-07 Eric Anholti965: Add functions for comparing two brw_wm/vs_prog_da...
2012-09-06 Kenneth Graunkei965: Fix primitive restart on Haswell.
2012-09-06 Paul Berryintel: avoid undefined variable warnings in intel_screen.c
2012-09-06 Chad Versacemesa: Don't advertise GLES extensions in GL contexts
2012-09-06 Matt TurnerRemove useless checks for NULL before freeing
2012-09-06 Matt TurnerDon't cast the return value of malloc/realloc
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 Paul Berryi965/blorp: Fix incorrect indentation.
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 Brian Paulmesa: fix DIFFERENT_SIGNS() function
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 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-01 Brian Paulradeon: fix free/FREE mistake
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 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 Vadim Girlinmesa: don't wait in _mesa_ClientWaitSync if timeout...
2012-08-31 Jakob Bornecrantzdri: Rework planar image interface
2012-08-31 Tapani Pällixmlconfig: use __progname when building for Android
2012-08-31 Brian Paulst/mesa: s/CALLOC/calloc/ to fix allocation bug
2012-08-31 Brian Paulmesa: fix-up and use _mesa_delete_renderbuffer()
2012-08-31 Ian Romanickmesa: Bump version to 9.0
2012-08-30 Anuj Phogati965/msaa: flag _NEW_MULTISAMPLE in the brw_tracked_state
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 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...
next