Merge branch '7.8'
[mesa.git] / src / mesa /
2010-03-12 Michel DänzerMerge branch '7.8'
2010-03-12 Alex Deucherr100/r200/r300/r300: only enable accelerated pixel...
2010-03-12 Luc Verhaegendri/r700: include shader/programopt.h instead of progra...
2010-03-12 Jeff SmithGrammar and spelling fixes
2010-03-12 Marek Olšákgallium: fix BGRA vertex color swizzles
2010-03-12 Corbin Simpsonst/mesa: Always recalculate invalid index bounds.
2010-03-12 Corbin Simpsonst/mesa: Update debug infos.
2010-03-12 Keith WhitwellMerge commit 'origin/gallium-context-transfers-2'
2010-03-12 Vinson Leeradeon: Fix memory leaks from early return.
2010-03-11 Brian Paulst/mesa: s/BUFFER_FRONT_LEFT/surfIndex/
2010-03-11 Brian Paulst/mesa: fix st_set_framebuffer_surface() state validation
2010-03-11 Alex Deucherr200: support additional blit formats
2010-03-11 Roland Scheideggerst/mesa: don't enable extensions which aren't actually...
2010-03-11 Keith Whitwellgallium: remove pipe_context member from pipe_transfer
2010-03-11 Brian PaulARB prog parser: added (float) casts and regenerate...
2010-03-11 Chia-I Wumesa/es: Validate the state in st_DrawTex.
2010-03-11 Chia-I Wumesa/es: Fix GL_OES_draw_texture support.
2010-03-11 Keith WhitwellSquashed commit of gallium-context-transfers:
2010-03-11 Marek Olšákst/dri: move extension initilization to st/mesa completely
2010-03-11 Michel DänzerMerge remote branch 'origin/7.8'
2010-03-11 Marek Olšákst/mesa: always advertise texture_rectangle
2010-03-10 Francisco Jerezdri/nouveau: Just reemit the BO state on pushbuf flush.
2010-03-10 Eric Anholti965: Use the PLN instruction when possible in interpol...
2010-03-10 Eric Anholti965: Set up the execution size before relying on it.
2010-03-10 Karl Schultzwindows: fix compilation errors and warnings
2010-03-10 Maciej Cencoraradeon: fallback to sw ReadPixels if color logicop...
2010-03-10 Maciej Cencorar300: enable depth test only if depth buffer is available
2010-03-10 Maciej Cencoraradeon: fix glCopyTex(Sub)Image if user FBO is bound
2010-03-10 Eric Anholti965: Add support for the CMP opcode in the GLSL path.
2010-03-10 Eric Anholti965: Print the opcode name for unrecognized opcodes...
2010-03-10 Eric Anholti965: Fix the response len of masked sampler messages...
2010-03-10 Eric Anholti965: Print the offset for IFF in disasm
2010-03-10 Brian Paulmesa: raise an error when trying to bind non-existant...
2010-03-10 Brian Paulmesa: added new function comments
2010-03-10 Brian Paulst/mesa: set strb->format field in st_render_texture()
2010-03-10 Brian Paulst/mesa: add some comments in glReadPixels code
2010-03-10 Brian Paulst/mesa: consolidate duplicated texture allocation...
2010-03-10 Brian PaulMerge branch '7.8'
2010-03-10 Brian Paulst/mesa: fix incorrect glCopyPixels between window/FBO
2010-03-10 Brian Paulst/mesa: fix incorrect glDrawPixels into FBO
2010-03-10 Michel DänzerMerge branch '7.8'
2010-03-10 Alex Deucherr200: add additional blit formats
2010-03-10 Alex Deucherr100: add additional blit formats
2010-03-10 Alex Deucherradeon/r200/r600: enable HW accelerated gl(Read/Copy...
2010-03-10 George Sapountzisglapi: fix bug with tls and relocs
2010-03-10 George Sapountzisglapi: these two should be ok for add_dispatch ...
2010-03-10 George Sapountzisglapi: comments for _glapi_add_dispatch
2010-03-10 George Sapountzisglapi: minor cosmetic for _glapi_add_dispatch
2010-03-10 George Sapountzisglapi: add function set_entry_info
2010-03-10 George Sapountzisglapi: parameter checking, failure paths, ... for add_f...
2010-03-10 George Sapountzisglapi: cosmetic for _glapi_add_dispatch
2010-03-10 George Sapountzisglapi: use get_extension_proc in _glapi_add_dispatch
2010-03-10 George Sapountzisglapi: cosmetic for functions for static table
2010-03-10 George Sapountzisglapi: add function to find extension by name
2010-03-10 George Sapountzisglapi: functions for extensions table similar to static...
2010-03-10 Chia-I Wugallium: Do not mix winsys-drawable-handle and context...
2010-03-10 Keith Whitwellgallium: plumb winsys-drawable-handle through to state...
2010-03-10 Keith WhitwellMerge commit 'origin/master' into gallium-sw-api-2
2010-03-09 Eric Anholti965: Fix ENDLOOP to only patch up this loop's BREAK...
2010-03-09 Eric Anholti965: Unalias all GLSL source regs from the destination...
2010-03-09 Eric Anholti965: Print the offsets for WHILE and BREAK in disasm.
2010-03-09 Eric Anholti965: Fix nested loops in the VS.
2010-03-09 Eric Anholti965: Fix up VP constbuf leak on program delete.
2010-03-09 Maciej Cencorar300: don't crash if there's no colorbuffer
2010-03-09 Maciej Cencoraradeon: mark framebuffer as incomplete if renderbuffer...
2010-03-09 Maciej Cencorar300: add support for more rendering formats
2010-03-09 Maciej Cencoraradeon/r200/r300/r600: add is_format_renderable function
2010-03-09 Maciej Cencorar300: enable HW accelerated gl(Read/Copy/Draw)Pixels
2010-03-09 Maciej Cencoraradeon: add hw accelerated glReadPixel support (not...
2010-03-09 José Fonsecaglapi: Fix scons build -- list new file.
2010-03-09 George Sapountzisglapi: allow for any mangle prefix
2010-03-09 George Sapountzisglapi: split out arch-specific code for entrypoints
2010-03-09 George Sapountzisglapi: mv table functions to glapi_getproc.c and add...
2010-03-09 George Sapountzisdrop stray XFree86Server, XGLServer
2010-03-09 Roland Scheideggermesa/st: initialize velements state properly
2010-03-09 Roland ScheideggerMerge branch 'gallium-vertexelementcso'
2010-03-09 Roland Scheideggerst/mesa: fix clear/drawpixels/bitmap for new cso vertex...
2010-03-09 Keith WhitwellMerge commit 'origin/master' into gallium-sw-api-2
2010-03-09 Corbin Simpsonmesa/st: Gallium quads, by spec, never change provoking...
2010-03-08 Alex Deucherradeon: don't attempt to use alternate blit formats...
2010-03-08 Eric Anholti965: Fix up the handling of point sprite coordinate...
2010-03-08 Brian PaulMerge branch '7.8'
2010-03-08 Brian Paulst/mesa: don't detach renderbuffer, surface in st_finis...
2010-03-08 Alex Deucherr600: enable GL_ARB_pixel_buffer_object
2010-03-08 Brian Paulmesa: add additional missing z formats for render to...
2010-03-08 Alex Deucherradeon/r200/r600: allow src and dst BOs to be placed...
2010-03-08 Alex Deucherradeon/r200/r600: reset bos when validating buffers...
2010-03-08 Alex Deucherr600: recalculate point size, if point min/max size...
2010-03-08 Alex Deucherr600: no need to flush on context init
2010-03-08 Maciej Cencorar300: don't enable EXT_packed_depth_stencil
2010-03-08 Maciej Cencoraradeon: no need to emit full state twice after flush
2010-03-08 Maciej Cencorar300: allow src and dst BOs to be placed in GTT during...
2010-03-08 Maciej Cencorar300: reset bos when validating buffers during blit
2010-03-08 Maciej Cencoraradeon: fallback to software in glCopyTexImage if blit...
2010-03-08 Maciej Cencorar300: VAP flush is needed only when vertex program...
2010-03-08 Maciej Cencorar300: recalculate point size, if point min/max size...
2010-03-08 Maciej Cencorar300: no need to flush on context init
2010-03-08 Maciej Cencorar300: remove unnecessary code
2010-03-08 Brian Paulmesa: add render-to-texture case for MESA_FORMAT_S8_Z24
2010-03-08 Brian Paulmesa: s/GL_DEPTH_STENCIL/GL_DEPTH_COMPONENT/ for MESA_F...
next