summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-08-11glut: fix incorrect Vista maximisation size due to WM_GETMINMAXINFO handlingBrian Paul
2009-08-11mesa: remove _mesa_set_vp_override() from _mesa_Bitmap()Brian Paul
2009-08-11r300g: Fix up remaining VAP_CNTL_STATUS writes for big endian.Michel Dänzer
2009-08-11r300g: Emit relocations for pitch registers.Michel Dänzer
2009-08-11r300g: a typo of debug messageCooper Yuan
2009-08-11r600: update num of interp if posizition is usedCooper Yuan
2009-08-10intel: use new _mesa_meta_copy_pixels() functionBrian Paul
2009-08-10mesa: save/restore texture matrix in meta codeBrian Paul
2009-08-10mesa: for meta blit, check max texture size, use glCopyTexSubImage2D() when p...Brian Paul
2009-08-10mesa: initial meta implementation of glCopyPixels()Brian Paul
2009-08-10mesa: remove debug flush callBrian Paul
2009-08-10intel: add missing \n to fprintf()Brian Paul
2009-08-10intel: use new _mesa_meta_blit_framebuffer() functionBrian Paul
2009-08-10mesa: new driver meta-ops moduleBrian Paul
2009-08-10mesa: added GLcontext::Meta field for meta rendering stateBrian Paul
2009-08-10radeon_fbo: switch short to byte for 565Dave Airlie
2009-08-10radeon: fix cut-n-paste in alphabits in fbo codeDave Airlie
2009-08-09egl: Add depend and depend.bak to clean targetPauli Nieminen
2009-08-09r600: looks like a typoDave Airlie
2009-08-09r600: load per-pixel position into PS in order to use fragment.position.Cooper Yuan
2009-08-08mesa: update framebuffer status as needed in _mesa_source/dest_buffer_exists()Brian Paul
2009-08-08mesa: simplify glPushAttrib() list building codeBrian Paul
2009-08-08mesa: remove old, prototype codeBrian Paul
2009-08-08swrast: replace GLenum, GLint with GLbitfield for buffer varsBrian Paul
2009-08-08mesa: use _mesa_bufferobj_mapped()Brian Paul
2009-08-07r300g: Knock out another fragment of invariant state.Corbin Simpson
2009-08-07gallium: Move minify() to u_math.Corbin Simpson
2009-08-07r300g: Remove r300_constant_buffer::user_count.Corbin Simpson
2009-08-07Revert "i965: Disable texture tiling by default."Eric Anholt
2009-08-07intel: Align region height as required for tiled regions.Eric Anholt
2009-08-07i965: Add a note justifying domain choice for the SF VP.Eric Anholt
2009-08-07intel: Add some more safety asserts in the blit code.Eric Anholt
2009-08-07i965: Replace the subroutine-skipping jump in VS with a NOP if it's a NOP.Eric Anholt
2009-08-08i915g: Don't forget x/y coords in transfersJakob Bornecrantz
2009-08-08i915g: Don't try to free a mapped buffer at shutdownJakob Bornecrantz
2009-08-07radeon: correct fix for tiling with the legacy buildAlex Deucher
2009-08-07intel: Fix googleearth by avoiding GL_VIEWPORT_BIT in meta clear push/popEric Anholt
2009-08-07radeon: fix the build with older drm headersAlex Deucher
2009-08-07dri: Fix problems with unitialized values in dri screen object.Pauli Nieminen
2009-08-07util: fix incorrect assertionBrian Paul
2009-08-07util: include u_surface.h, added commentBrian Paul
2009-08-07util: use util_same_surface() to compare surface pointersBrian Paul
2009-08-07util: added util_same_surface() helper functionBrian Paul
2009-08-07st/mesa: remove redundant calls to _mesa_set_vp_override()Brian Paul
2009-08-07mesa: use _mesa_set_vp_override() in glDraw/CopyPixels and glBitmapBrian Paul
2009-08-07mesa: reformat code to allow setting breakpoints on the true-statementBrian Paul
2009-08-07mesa: use _mesa_bufferobj_mapped()Brian Paul
2009-08-07mesa: new _mesa_bufferobj_mapped() helper functionBrian Paul
2009-08-07mesa: use valid_fragment_program() helperBrian Paul
2009-08-07mesa: test DrawBuffer, not ReadBuffer in _mesa_dest_buffer_exists()Brian Paul