i965: Remove spurious duplicate ADVANCE_BATCH
[mesa.git] / src / mesa /
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.
2011-01-21 Kenneth Graunkeglsl, i965: Remove unnecessary talloc includes.
2011-01-21 Kenneth Graunkera: Use the same context when realloc'ing arrays.
2011-01-21 Dave Airliemesa: EXT_framebuffer_sRGB interface additions.
2011-01-21 Andre Maasikasr600c: get OQ results only for 4 DBs on r600 class
2011-01-20 Ian Romanickintel: Fix typeos from 3d028024 and 790ff232
2011-01-20 Ian Romanicki915: Set correct values for range/precision of fragmen...
2011-01-20 Ian Romanicki965: Set correct values for range/precision of fragmen...
2011-01-20 Ian Romanickmesa: Set correct values for range/precision of shader...
2011-01-20 Ian Romanickmesa: Connect glGetShaderPrecisionFormat into the dispa...
2011-01-20 Ian RomanickFix the build from 887d2b64
2011-01-20 Brian Paulmesa: clean-up _mesa_lookup_prim_by_nr()
2011-01-20 Brian Paulmesa: move extra prim mode #defines
2011-01-20 Brian Paulvbo: added comment
2011-01-20 Brian Paulmesa: minor formatting fixes
2011-01-20 Brian Paulst/mesa: clean up the sampler view format code
2011-01-20 Brian Paulmesa: document sRGBDecode field
2011-01-20 Brian Paulst/mesa: formatting, whitespace fixes
2011-01-20 Andre Maasikasr600c: bump sq gpr resources if a shader needs more...
2011-01-20 Chia-I Wuglapi: Fix OpenGL and OpenGL ES interop.
2011-01-20 Dave Airlier200: fix up some problems with TFP on r200
2011-01-20 Eric Anholti965/fs: Take the shared mathbox into account in instru...
2011-01-20 Eric Anholti965/fs: Add a helper function for detecting math opcodes.
2011-01-20 Eric Anholti965/fs: Assign URB/CURB register numbers after instruc...
2011-01-20 Eric Anholti965/fs: Add an instruction scheduler.
2011-01-20 Eric Anholti965/fs: Add a helper for detecting texturing opcodes.
2011-01-19 Brian Paulmesa: implement glGetShaderPrecisionFormat()
2011-01-19 Dave Airlieradeon: avoid segfault on 3D textures.
2011-01-19 Dave Airlieradeon: oops didn't need this logbase2 fn
2011-01-19 Dave Airlieradeon: calculate complete texture state inside TFP...
2011-01-19 Ben Skeggsdri/nouveau: allow multiple maps of surface buffers
2011-01-19 Dave Airlieradeon/r200: fix fbo-clearmipmap + gen-teximage
2011-01-19 Eric Anholti965: Fix a comment typo.
2011-01-19 Eric Anholti965: Fix a bug in i965 compute-to-MRF.
2011-01-18 Brian Paulvbo: initialize num_instances in a few places
2011-01-18 Eric Anholtra: Take advantage of the adjacency list in finding...
2011-01-18 Eric Anholtra: Remove unused "name" field in regs.
2011-01-18 Eric Anholtra: Take advantage of the adjacency list in ra_select...
2011-01-18 Eric Anholtra: Add an adjacency list to trade space for time in...
2011-01-18 Eric Anholtra: Trade off some space to get time efficiency in...
next