i965: Fix readpixels from ReadBuffer != DrawBuffer.
[mesa.git] / src / mesa /
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 Michal KrolMerge branch 'master' into gallium-sampler-view
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...
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 Keith WhitwellMerge commit 'origin/gallium-winsys-handle-rebased'
2010-03-07 Francisco Jerezdri/nouveau: Split big client buffers in the indexed...
2010-03-07 Francisco Jerezdri/nouveau: Fix nv[12]x color sum.
2010-03-07 Andrew Randrianasuludri/nv04: GL_EXT_secondary_color
2010-03-07 Andrew Randrianasuludri/nouveau: Trivially add GL_NV_blend_square
2010-03-07 Francisco Jerezdri/nouveau: Check _ColorDrawBuffers[0] before emitting...
2010-03-07 Maciej Cencoraradeon: handle compressed sRGB texture formats
2010-03-07 Maciej Cencoraradeon: move glGetTexImage handlers to seperate file
2010-03-07 Maciej Cencoraradeon: Some possible improvements that I spoted in...
2010-03-07 Maciej Cencoraradeon: properly calculate rowstride for tiled images
2010-03-07 Maciej Cencoraradeon: minor refactoring of mipmap code
2010-03-07 Maciej Cencoraradeon: add texture helper function
2010-03-07 Maciej Cencoraradeon: add some debugging info to sw tiling/untiling...
2010-03-07 Maciej Cencoraradeon: add software untiling functions
2010-03-07 Maciej Cencoraradeon: add tile size getter
2010-03-07 Maciej Cencoraradeon: added tiling functions
2010-03-07 Maciej Cencorar300: don't enable EXT_packed_depth_stencil
2010-03-07 Maciej Cencoraradeon: no need to emit full state twice after flush
2010-03-07 Maciej Cencorar300: allow src and dst BOs to be placed in GTT during...
2010-03-07 Maciej Cencorar300: reset bos when validating buffers during blit
2010-03-07 Maciej Cencoraradeon: fallback to software in glCopyTexImage if blit...
2010-03-07 Maciej Cencorar300: VAP flush is needed only when vertex program...
2010-03-07 Maciej Cencorar300: recalculate point size, if point min/max size...
2010-03-07 Maciej Cencorar300: no need to flush on context init
2010-03-07 Maciej Cencorar300: remove unnecessary code
2010-03-06 George Sapountzisdri: drop MINIGLX_SOURCES (2)
2010-03-06 George Sapountzisdri: drop MINIGLX_SOURCES
2010-03-06 Brian Paulmesa: bump version to 7.9
2010-03-06 Ian Romanickmeta: Use the DrawBuffer's stencil size
2010-03-06 Ian Romanickswrast: Remove redundant test of the visual's accumulat...
2010-03-06 Ian Romanickswrast: Adjust colors based on ReadBuffer visual, not...
2010-03-06 Ian Romanickswrast: Remove stray comment that mentions ctx->Visual
2010-03-05 Eric Anholti965: Only use the effective subset of the WM sampler...
2010-03-05 Eric Anholtintel: Remove support for the DRI1 TFP extension.
2010-03-05 Eric Anholti965: Remove the paths for making a const surface objec...
2010-03-05 Eric Anholti965: Remove the unused SDC BO pointer from the sampler...
2010-03-05 Eric Anholti965: Rename SNB brw_*_key structs to gen6_*_key structs.
2010-03-05 Eric Anholti965: Pack gen6 blend_state_key structure.
2010-03-05 Eric Anholtintel: Only do batchbuffer debug if --enable-debug...
2010-03-05 Eric Anholtintel: Replace batch macro contents with function calls.
2010-03-05 Eric Anholtintel: Move the assertions about reloc delta from the...
2010-03-05 Eric Anholtintel: Check that the batch is mapped per BEGIN, not...
2010-03-05 Eric Anholti965: Try to assign SNB SF inputs to outputs.
2010-03-05 Eric Anholti965: Fix the SNB SF input size.
2010-03-05 Chris WilsonAlways return VOLATILE for ObjectPurgeable(VOLATILE)
2010-03-05 Brian Paulmesa: minor reformatting, new comments
next