gallium: always save and restore vertex buffers using cso_cache
[mesa.git] / src / mesa /
2011-02-14 Marek Olšákgallium: always save and restore vertex buffers using...
2011-02-14 Marek Olšákvbo: bind arrays only when necessary
2011-02-14 Marek Olšákvbo: notify a driver that we change buffer offsets...
2011-02-12 Eric Anholtdri: Remove the old metaops code which has been superce...
2011-02-12 Eric Anholtradeon: Remove setup of the old dri/ meta code, which...
2011-02-12 Eric Anholtintel: Remove setup of the old dri/ meta code, which...
2011-02-12 Tom Stellardr300/compiler: Don't erase sources when converting...
2011-02-12 Christopher James... mesa: Optionally build a dricore support library (v3)
2011-02-11 Ian Romanickir_to_mesa: Don't dereference a NULL pointer during...
2011-02-11 Benjamin Franzkest/mesa: Fix surfaceless opengl with non-dummy contexts
2011-02-11 Brian Paulmesa: remove some unused gl_shader fields
2011-02-11 Kenneth Graunkemesa: Remove empty header file s_trispan.h.
2011-02-11 Marek Olšákst/mesa: allow rendering to sRGB textures if EXT_fb_srg...
2011-02-10 Ian Romanicki915: Force lowering of all types of indirect array...
2011-02-10 Ian Romanicki915: Calculate partial result to temp register first
2011-02-10 Dave Airliemesa/st: enable GL_EXT_framebuffer_sRGB
2011-02-09 Thomas Hellstrommesa/st: Clean up vertex buffer unreferencing
2011-02-09 Brian Paulr200: add cast to silence warning
2011-02-09 Brian Paulmesa: remove unused BITFIELD64 macros
2011-02-09 Brian Paulmesa: remove _mesa_create_context_for_api()
2011-02-09 Brian Paulmesa: remove _mesa_initialize_context_for_api()
2011-02-09 Brian Paulmesa: add/update VERBOSE_API logging
2011-02-09 Brian Paulst/mesa: fix shader deletion regression
2011-02-09 Kenneth Graunkei965: Add missing DEFINE_BITS for brw dirty bits.
2011-02-09 Kenneth Graunkei965: Separate the BRW_NEW_(VS|WM)_CONSTBUF dirty bits.
2011-02-09 Kenneth Graunkei965: Rename a few more commands to match the documenta...
2011-02-08 Eric Anholti965: Remove pointless keying of WM state on VUE size.
2011-02-08 Eric Anholtmesa: Fix the Mesa IR copy propagation to not read...
2011-02-08 Thomas Hellstrommesa/st: Plug a fragment program variant parameter...
2011-02-08 Brian Paulst/mesa: free the temporary bitmap/drawpix shader code
2011-02-08 Thomas Hellstrommesa/st: Fix vertex buffer leak
2011-02-07 Benjamin Franzkeintel: Implement dri2::{Allocate,Release}Buffer
2011-02-07 Benjamin FranzkeAdd dri2::{Allocate,Release}Buffer extension
2011-02-06 Tom Stellardr300/compiler: Disable register rename pass on r500
2011-02-05 Tom Stellardr300/compiler: Don't count BEGIN_TEX instructions in...
2011-02-05 Dave Airliemesa/965: add support for GL_EXT_framebuffer_sRGB (v2)
2011-02-04 Ian Romanickmesa: Fix error checks in GetVertexAttrib functions
2011-02-04 Eric Anholti965: Drop the dead tracking of color_regions[].
2011-02-04 Eric Anholti965: Drop the INTEL_DEBUG=state spam about the cache...
2011-02-03 Haitao Fengswrast: add an interface createNewContextForAPI
2011-02-03 Michel Dänzerr300c: Unbreak after R4xx support was added to r300...
2011-02-02 Alex Deucherr200: remove 0x4243 pci id
2011-02-01 Ian Romanicki915: Only mark a register as available if all componen...
2011-02-01 Ian Romanickmesa: glGetUniform only returns a single element of...
2011-01-31 Ian Romanickmesa: Initial size for secondary color array is 3
2011-01-31 Kenneth Graunkei965: Emit texel offsets in sampler messages.
2011-01-31 Kenneth GraunkeRemove talloc from the SCons build system.
2011-01-31 Kenneth GraunkeRemove talloc from the make and automake build systems.
2011-01-31 Kenneth GraunkeConvert everything from the talloc API to the ralloc...
2011-01-30 Tom Stellardr300/compiler: Standardize the number of bits used...
2011-01-29 Brian Paulst/mesa: fix texture array dimensions
2011-01-29 Brian Paulmesa: fix typo, wrap long line
2011-01-29 Brian Paulst/mesa: pass layers param to st_texture_create()
2011-01-28 Chad Versacemesa: Fix available APIs for AMD_conservative_depth
2011-01-28 Marek Olšákr300/compiler: print stats based on the initial number...
2011-01-27 Brian Paulglsl: use 'this' pointer to be consistent
2011-01-27 Brian Paulglsl: remove needless conditional
2011-01-27 Brian Paulglsl: move ir_var_out code
2011-01-27 Brian Paulglsl: move ir_var_system_value code
2011-01-27 Brian Paulglsl: use local var to simplify code a bit
2011-01-27 Zack Rusinmesa: fix compilation
2011-01-27 Chad Versacemesa: Allow extensions in MESA_EXTENSION_OVERRIDE to...
2011-01-27 Chad Versacemesa: Simplify logic in get_extension_override()
2011-01-27 Chad Versacemesa: Propagate gl_FragDepth layout from GLSL IR to...
2011-01-27 Chad Versacemesa: Add AMD_conservative_depth to extension list
2011-01-26 Kristian Høgsbergmesa: Support internalFormat=GL_BGRA for DRI drivers
2011-01-26 Brian Paulmesa: fix MESA/EXT typo
2011-01-26 Brian Paulst/mesa: support for 1D/2D texture arrays
2011-01-26 Brian Paulmesa: remove isProxy local var
2011-01-26 Brian Paulmesa: use texFormat local var in more places
2011-01-26 Brian Paulmesa: consolidate error handling code in _mesa_GetTexLe...
2011-01-26 Brian Paulmesa: consolidate error handling in set_tex_parameteri()
2011-01-26 Brian Paulmesa: add checks for GL_EXT_texture_array
2011-01-25 Ian Romanickir_to_mesa: Add several assertions about sizes of arrays
2011-01-25 Brian Paulst/mesa: add comments in emit_wpos()
2011-01-25 Brian Paulst/mesa: fix incorrect fragcoord.x translation
2011-01-25 Brian Paulmesa: add red, red/green formats in _mesa_base_fbo_format()
2011-01-25 Brian Paulmesa: plug in fallback function for ctx->Driver.Validat...
2011-01-25 Brian Paulmesa: new cases in _mesa_base_fbo_format()
2011-01-25 Brian PaulRevert "mesa: Simplify _mesa_base_fbo_format by making...
2011-01-24 Benjamin Franzkest/mesa: Enable EXT_texture_format_BGRA8888 for gles1/2
2011-01-24 Benjamin Franzkest/mesa: support internalFormat=GL_BGRA in TexImage2D
2011-01-24 Benjamin Franzkemesa/es: require internalFormat==format in TexImage2D
2011-01-24 Benjamin Franzkemesa: allow internalFormat=GL_BGRA_EXT in TexImage2D
2011-01-24 Dimitry Andricmesa: s/movzxw/movzwl/ in read_rgba_span_x86.S
2011-01-24 Dimitry Andricmesa: s/movzx/movzbl/
2011-01-24 Christopher James... osmesa: mklib requires arguments before objects
2011-01-24 Andre Maasikasr600c: only colors can be flat shaded
2011-01-24 Tom Stellardr300g: Increase fragment shader limits for r400 cards
2011-01-23 Brian Paulgldirect: remove _NEW_ACCUM
2011-01-23 Brian Pauli965: remove _NEW_ACCUM
2011-01-23 Marek Olšákmesa: add ARB_framebuffer_sRGB as alias of the EXT...
2011-01-23 Marek Olšákmesa: return GL_LINEAR for ..COLOR_ENCODING if framebuf...
2011-01-23 Brian Paulmesa: get rid of _NEW_ACCUM, clean-up _NEW_* #defines
2011-01-23 Brian Paulmesa: smarter glTexParameter state invalidation
2011-01-23 Marek Olšákr300/compiler: remove any code related to relative...
2011-01-23 Brian Paulst/mesa: ensure that all pixel paths operation on linea...
2011-01-23 Brian Paulst/mesa: update comment, use st_fb_orientation()
2011-01-23 Brian Paulst/mesa: comments in update_viewport()
2011-01-22 Chia-I Wuscons: Add support for GLES.
next