Revert "mesa: Simplify _mesa_base_fbo_format by making it exceptions to teximages."
[mesa.git] / src / mesa /
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...
2011-01-18 Andre Maasikasr600c: preserve correct buffer when using fbo
2011-01-18 Andre Maasikasr600: set border color as RGBA
2011-01-18 Andre Maasikasr600c: use STATE_FB_WPOS_Y_TRANSFORM variable to do...
2011-01-18 Eric Anholti965: Fix dead pointers to fp->Parameters->ParameterVal...
2011-01-17 Brian Paulst/mesa: move PIPE_CAP_INDEP_BLEND_FUNC code
2011-01-17 Brian Paulvbo: init num_instances in split_prims()
2011-01-17 Brian Paultnl: assert that num_instances > 0
2011-01-17 Brian Paulmesa: s/primcount/numInstances/
2011-01-16 Brian Paulmesa: minor tweaks in _mesa_set_fetch_functions()
2011-01-16 Brian Paulmesa: add comment for _mesa_get_srgb_format_linear()
2011-01-16 Brian Paulmesa: move declarations before code
2011-01-16 Dave Airliegallium: add EXT_texture_sRGB_decode.
2011-01-16 Dave Airliei965: add support for EXT_texture_sRGB_decode
2011-01-16 Dave Airliemesa/swrast: implement EXT_texture_sRGB_decode
2011-01-16 Brian Paulmesa: implement glGet queries for GL_ARB_draw_buffers_blend
2011-01-16 Brian Paulmesa: display list support for GL_ARB_draw_buffers_blen...
2011-01-16 Brian Paulmesa: plug in GL_ARB_draw_buffers_blend functions
2011-01-16 Brian Paulglapi: regenerated files
2011-01-16 Brian Paulmesa: begin implementation of GL_ARB_draw_buffers_blend
2011-01-16 Brian Paulst/mesa: GL_ARB_instanced_arrays support
2011-01-16 Brian Paulmesa: support for GL_ARB_instanced_arrays
2011-01-16 Brian Paulglapi: regenerated files
2011-01-16 Brian Paulst/mesa: move/consolidate an assignment
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-15 Chia-I Wumesa: Add glDepthRangef and glClearDepthf to APIspec...
2011-01-15 Eric Anholtmesa: Add getter for GL_SHADER_COMPILER with ARB_ES2_co...
2011-01-15 Eric Anholtmesa: Add getters for ARB_ES2_compatibility MAX_*_VECTORS.
2011-01-15 Eric Anholtmesa: Add support for glDepthRangef and glClearDepthf.
2011-01-15 Eric Anholtir_to_mesa: Fix segfaults on ir_to_mesa invocation...
2011-01-15 Vinson Leemesa: Dynamically allocate acp array in ir_to_mesa_visi...
2011-01-14 Eric Anholtmesa: Add actual support for glReleaseShaderCompiler...
2011-01-14 Eric Anholtintel: Expose GL_ARB_ES2_compatibility.
2011-01-14 Eric Anholtmesa: Add extension enable bit for GL_ARB_ES2_compatibi...
2011-01-14 Eric Anholtglapi: Regenerate for GL_ARB_ES2_compatibility.
2011-01-14 Eric Anholti965: Replace broken handling of dead code with an...
2011-01-14 Eric Anholti965: Add an invalidation of live intervals after regis...
2011-01-14 Eric Anholtmesa: Simplify _mesa_base_fbo_format by making it excep...
2011-01-14 Eric Anholtmesa: Add channel-wise copy propagation to ir_to_mesa.
2011-01-14 Eric Anholti915: Fix compiler warning from sw fallback removal...
2011-01-14 Kristian Høgsberggles2: Also support GL_BGRA_EXT for glTexSubImage2d
next