Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-04 | intel: Fix CopyTexImage from tiled mipmap levels > 0. | Eric Anholt | |
Fixes piglit fbo-copyteximage. | |||
2010-01-04 | i965: Fix the surface offset calculation for tiled buffers. | Eric Anholt | |
If we ever had a non-tile-aligned tiled renderbuffer, the math was all off. Use the existing x,y coordinates instead of trying to reconstruct them from an incorrectly-calculated offset value. | |||
2010-01-04 | r600: support vertex_array_bgra | Andre Maasikas | |
Use vertex program key mechanism and swizzle during vertex fetch - is there a better way? | |||
2010-01-04 | mesa: added GL_DU8DV8_ATI in extract_float_rgba() | Brian Paul | |
Fixes warning seen with Shadowgrounds. See bug 24016. | |||
2010-01-04 | mesa: Prevent possible array out-of-bounds access by _mesa_light. | Vinson Lee | |
2010-01-04 | Merge branch 'gallium-conditional-rendering' | Brian Paul | |
2010-01-04 | mesa: regenerated enums.c file | Brian Paul | |
2010-01-04 | glapi: comment-out TIMEOUT_IGNORED | Brian Paul | |
This is not really a GLenum value. | |||
2010-01-04 | glsl: use varName variable in _slang_gen_assignment() | Brian Paul | |
2010-01-04 | mesa: more detailed error message in extract_float_rgba() | Brian Paul | |
2010-01-04 | fix overflow | Alan Hourihane | |
2010-01-04 | intel: intelScreenContext() is no longer used | Kristian Høgsberg | |
2010-01-04 | intel: Remove remaining dri2.enabled tests | Kristian Høgsberg | |
2010-01-04 | intel: Drop more cliprect bookkeeping | Kristian Høgsberg | |
2010-01-04 | intel: Remove struct intel_framebuffer | Kristian Høgsberg | |
With the vsync fields no longer relevant and by refactoring the code to no longer use color_rb[0-1] we can just use struct gl_framebuffer directly. | |||
2010-01-04 | intel: Remove client-side vblank code | Kristian Høgsberg | |
2010-01-04 | intel: Drop intelWindowMoved() | Kristian Høgsberg | |
Everything this functions does under DRI2 is also taken care of by intel_draw_buffer(), which is always called where intelWindowMoved() is called. | |||
2010-01-04 | intel: Drop batchbuffer cliprect_mode tracking | Kristian Høgsberg | |
2010-01-04 | intel: Drop DRI1 static regions | Kristian Høgsberg | |
2010-01-04 | intel: Use depth buffer from ctx.DrawBuffer in copypix_src_region() | Kristian Høgsberg | |
This function was using intel->depth_region, which is the static region for the DRI1 depth buffer. This code has always been broken with DRI2 but I suspect it doesn't get excersized much. | |||
2010-01-04 | intel: Drop LOCK/UNLOCK_HARDWARE() | Kristian Høgsberg | |
2010-01-04 | intel: Drop DRI1 SwapBuffer implementation | Kristian Høgsberg | |
2010-01-04 | intel: Drop DRI1 CopySubBuffer implementation | Kristian Høgsberg | |
2010-01-04 | intel: Drop DRI1 support | Kristian Høgsberg | |
The DDX driver stopped supporting DRI1 so we're dropping support for that from the DRI driver too. | |||
2010-01-04 | Push __driDriverExtensions out of dri_util.c and into the drivers | Kristian Høgsberg | |
This lets the individual drivers select which extensions to advertise. Specifically, most drivers (tdfx, sis, savage etc) don't support DRI2 but the shared extension list in dri_util.c does list the DRI2 extension. Pushing the list into the drivers, lets us avoid listing the DRI2 extension for drivers that don't support it. | |||
2010-01-04 | Remove leftover __DRI{screen,drawable,context}Private references | Kristian Høgsberg | |
As part of the DRI driver interface rewrite I merged __DRIscreenPrivate and __DRIscreen, and likewise for __DRIdrawablePrivate and __DRIcontextPrivate. I left typedefs in place though, to avoid renaming all the *Private use internal to the driver. That was probably a mistake, and it turns out a one-line find+sed combo can do the mass rename. Better late than never. | |||
2010-01-04 | Check for libdrm_$chipset.pc when needed | Kristian Høgsberg | |
This adds missing pkg-config lookup for intel and moves the radeon lookup into a case...esac so it's only looked up when one or more of the radeon drivers are enabled. | |||
2010-01-04 | st/mesa: Only call st_texture_image_unmap() if texImage->Data is non-NULL. | Michel Dänzer | |
This was already done in st_TexImage() but was missed between incremental changes to st_TexSubimage(). | |||
2010-01-04 | r600: support vertex_array_bgra | Andre Maasikas | |
Use vertex program key mechanism and swizzle during vertex fetch - is there a better way? | |||
2010-01-03 | r300: Use C-style comments. | Vinson Lee | |
2010-01-03 | r300: Silence 'mixed declarations and code' warnings. | Vinson Lee | |
2010-01-03 | Only enable verbose NoOp dispatch if DEBUG is defined | Kristian Høgsberg | |
By default we generate a function per GL entry point to warn if it's called without a context set. This is to allow the function to print it's name in the warning. By using a generic function that doesn't print the function name in the non-DEBUG case, we reduce libGL size from 320008 bytes to 283144 bytes (11%). | |||
2010-01-03 | r300: Silence 'mixed declarations and code' warning. | Vinson Lee | |
2010-01-03 | Noop dispatch: move warning code out of the generated functions | Kristian Høgsberg | |
This reduces libGL size by 11% here, going from 360968 bytes to 320008 bytes. | |||
2010-01-03 | r300: Silence 'mixed declarations and code' warning. | Vinson Lee | |
2010-01-03 | Export a few glapi functions used by gallium and r300 | Kristian Høgsberg | |
Fixes breakage from -fvisibility-hidden commit. | |||
2010-01-03 | mesa: Cope with the degenerate case of zero length ranges. | José Fonseca | |
Fixes assertion failures on glean's bufferObject test. | |||
2010-01-03 | mesa: fix blend enable/disable calls in meta.c code | Francis Galiegue | |
Fixes regression in some DRI drivers since the GL_EXT_draw_buffers2 changes. Signed-off-by: Brian Paul <brianp@vmware.com> | |||
2010-01-03 | apple: Purge existing (not working) GLX_USE_APPLEGL from dated libGL on OSX | Jeremy Huddleston | |
Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org> | |||
2010-01-02 | i810: Fix include recursion. | Vinson Lee | |
2010-01-02 | sis: ifdef out unused variable. | Vinson Lee | |
Silences GCC warning. | |||
2010-01-02 | mesa: added _mesa_GetBufferParameteri64v() | Brian Paul | |
This is a new function in GL 3.2. No dispatch for this function yet. | |||
2010-01-01 | x86: Silence printf format warnings. | Vinson Lee | |
2010-01-01 | ARB prog parser: Silence unused variable warnings. | Vinson Lee | |
2010-01-01 | mesa: Make condrender.[ch] prototypes match. | José Fonseca | |
GLAPI on windows is more than "extern" -- it includes the --, so the mismatch between condrender.[ch] prototypes causes "different linkage" errors on windows. | |||
2009-12-31 | st/mesa: implement conditional rendering | Brian Paul | |
2009-12-31 | st/mesa: move st_query_object type to header to make it public | Brian Paul | |
2009-12-31 | Merge branch 'mesa_7_7_branch' | Brian Paul | |
Conflicts: configs/darwin src/gallium/auxiliary/util/u_clear.h src/gallium/state_trackers/xorg/xorg_exa_tgsi.c src/mesa/drivers/dri/i965/brw_draw_upload.c | |||
2009-12-31 | mesa: remove a line of dead code | Brian Paul | |
2009-12-31 | mesa: enable ColorMaskIndexed in display lists | Brian Paul | |