summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-08-12r600: A shader is bound that exports Z as a float into Red channelCooper Yuan2-0/+4
2009-08-11egl: Use _eglAddAtExitCall to free thread infos and displays.Chia-I Wu2-3/+4
2009-08-11egl: Add _eglAddAtExitCall.Chia-I Wu2-0/+49
2009-08-11egl: Make _eglGlobal initialize statically.Chia-I Wu3-37/+6
2009-08-11egl: Implement _eglFiniDisplay.Chia-I Wu1-1/+17
2009-08-11egl: Make display and surface hash tables local.Chia-I Wu4-22/+78
2009-08-11egl: Initialize current thread management on demand.Chia-I Wu3-30/+19
2009-08-11egl: Destroy eglThreadInfo on thread exit.Chia-I Wu1-16/+73
2009-08-11egl: Add eglmutex.h.Chia-I Wu2-0/+53
2009-08-11glx: fix signedness warningRALOVICH, Kristóf1-1/+1
2009-08-11mesa: handle glDrawPixels images which are larger than max rect texture sizeBrian Paul1-3/+47
2009-08-11mesa: added _mesa_meta_draw_pixels()Brian Paul2-1/+188
2009-08-11mesa: added META_FOG and optimize some meta_begin/end() codeBrian Paul2-28/+36
2009-08-11gallium/trace: remove stray semicolonsBrian Paul1-2/+2
2009-08-11gallium/xlib: add missing tex_usage parameterBrian Paul1-0/+1
2009-08-11gallium/egl: add missing tex_usage parameterBrian Paul1-0/+1
2009-08-11gallium/xlib: add missing tex_usage parameterBrian Paul1-0/+1
2009-08-11gallium/identity: remove stray semicolonsBrian Paul1-2/+2
2009-08-11r600: use the drm ioctls for swap and texture uploadAlex Deucher2-31/+27
2009-08-12i915g: Reduce max relocsJakob Bornecrantz1-1/+1
2009-08-12i915g: Check relocs as wellJakob Bornecrantz1-2/+2
2009-08-11i915g: Implement surface_buffer_create for softpipeJakob Bornecrantz1-2/+38
2009-08-11gallium: Add texture usage information to surface_buffer_createJakob Bornecrantz7-2/+13
2009-08-11mesa/glapi: regenerated files from gl_API.xmlBrian Paul2-15/+63
2009-08-11gallium: fix debug_printf() format stringBrian Paul1-1/+1
2009-08-11glut: fix incorrect Vista maximisation size due to WM_GETMINMAXINFO handlingBrian Paul1-0/+5
2009-08-11mesa: remove _mesa_set_vp_override() from _mesa_Bitmap()Brian Paul1-12/+4
2009-08-11r300g: Fix up remaining VAP_CNTL_STATUS writes for big endian.Michel Dänzer1-2/+10
2009-08-11r300g: Emit relocations for pitch registers.Michel Dänzer2-7/+12
2009-08-11r300g: a typo of debug messageCooper Yuan1-1/+1
2009-08-11r600: update num of interp if posizition is usedCooper Yuan1-8/+10
2009-08-10demos: Fix the VBO usage in glsl/multitex.Eric Anholt1-3/+3
2009-08-10intel: use new _mesa_meta_copy_pixels() functionBrian Paul1-165/+2
2009-08-10mesa: save/restore texture matrix in meta codeBrian Paul1-1/+20
2009-08-10mesa: for meta blit, check max texture size, use glCopyTexSubImage2D() when p...Brian Paul1-2/+27
2009-08-10mesa: initial meta implementation of glCopyPixels()Brian Paul2-0/+166
2009-08-10mesa: remove debug flush callBrian Paul1-2/+0
2009-08-10intel: add missing \n to fprintf()Brian Paul1-1/+1
2009-08-10intel: use new _mesa_meta_blit_framebuffer() functionBrian Paul2-69/+7
2009-08-10mesa: new driver meta-ops moduleBrian Paul3-1/+883
2009-08-10mesa: added GLcontext::Meta field for meta rendering stateBrian Paul1-0/+3
2009-08-10radeon_fbo: switch short to byte for 565Dave Airlie1-1/+1
2009-08-10radeon: fix cut-n-paste in alphabits in fbo codeDave Airlie1-1/+1
2009-08-09egl: Add depend and depend.bak to clean targetPauli Nieminen2-0/+2
2009-08-09r600: looks like a typoDave Airlie1-1/+1
2009-08-09r600: load per-pixel position into PS in order to use fragment.position.Cooper Yuan1-0/+27
2009-08-08mesa: update framebuffer status as needed in _mesa_source/dest_buffer_exists()Brian Paul1-4/+8
2009-08-08mesa: simplify glPushAttrib() list building codeBrian Paul1-106/+40
2009-08-08mesa: remove old, prototype codeBrian Paul1-65/+0
2009-08-08swrast: replace GLenum, GLint with GLbitfield for buffer varsBrian Paul1-3/+3