mesa: EXT_framebuffer_sRGB interface additions.
[mesa.git] / src / mesa /
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
2011-01-14 Dave Airliei965: fix fbo-srgb on i965.
2011-01-14 Dave Airliesrgb: fix fbo base format picking.
2011-01-14 Chad Versacei915: Disable extension OES_standard_derivatives
2011-01-14 Chad Versacemesa: Change OES_standard_derivatives to be stand-alone...
2011-01-13 Vinson Leei965: Remove unnecessary headers.
2011-01-13 Vinson Leemesa: Add missing break statement in SARGB8 case.
2011-01-13 Paulo Zanonidri_util: fail driCreateNewScreen if InitScreen is...
2011-01-13 Dave Airliemesa/srgb: handle SARGB8 case in the sw fbo renderer.
2011-01-13 Fredrik Höglundst/mesa: fix a regression from cae2bb76
2011-01-13 Dave Airliemesa/fbo: prevent assert trigger on i965 with piglit...
2011-01-13 Vinson Leemesa: Move loop variable declarations outside for loop...
2011-01-13 Brian Paulmesa: check for dummy renderbuffer in _mesa_Framebuffer...
2011-01-13 Brian Paulmesa: don't assert in GetIntegerIndexed, etc
2011-01-13 Brian Paulmesa: fix num_draw_buffers==0 in fixed-function fragmen...
2011-01-13 Brian Paulst/mesa: add st_BeginQuery() case for GL_ANY_SAMPLES_PASSED
2011-01-13 Vinson Leemesa: Move declaration before code in extensions.c.
2011-01-12 Chad Versacemesa: Change OES_point_sprite to depend on ARB_point_sprite
2011-01-12 Chad Versacemesa: Change dependencies of some OES extension strings
2011-01-12 Chad Versacemesa: Add/remove extensions in extension string
2011-01-12 Chad Versacemesa: Refactor handling of extension strings
2011-01-12 Eric Anholti965/fs: Do flat shading when appropriate.
2011-01-12 Eric Anholtmeta: Actually use mipmapping when generating mipmaps.
2011-01-12 Eric Anholti965: Clarify when we need to (re-)calculate live inter...
next