summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-02-11st/egl wayland: Sync front buffer releasedri2_doubleBenjamin Franzke2-1/+33
2011-02-11egl_dri2 wayland: Sync front buffer releaseBenjamin Franzke2-26/+67
2011-02-10egl_dri2: Always unbind old contextsBenjamin Franzke1-10/+11
2011-02-10egl_dri2: Use double buffering for window surfacesBenjamin Franzke5-40/+110
2011-02-10st/dri: Set render_buffer in dri_fill_st_visualBenjamin Franzke1-2/+4
2011-02-10st/dri: img_from_renderbuf: Fix incorrect usage of dri_context()Benjamin Franzke1-1/+1
2011-02-10st/dri: Fix surfaceless gl using contexts with previous bound surfacesBenjamin Franzke1-2/+6
2011-02-10st/egl wayland: Set color_format according to wl_visualBenjamin Franzke1-5/+6
2011-02-10scons: Disable -mstackrealign on MinGW again.José Fonseca1-1/+4
2011-02-10configure.ac: Fix typoKristian Høgsberg1-1/+1
2011-02-10r300g: implement accelerated copy_region for compressed formatsMarek Olšák1-0/+29
2011-02-10r300g: add a way to change texture properties arbitrarilyMarek Olšák9-76/+104
2011-02-10r300g: consolidate buffers and textures to r300_resourceMarek Olšák18-381/+328
2011-02-10r300g: simplify WRITE_RELOC API and cleanupMarek Olšák10-136/+126
2011-02-10u_blitter: let the driver check whether there's a recursionMarek Olšák2-6/+9
2011-02-10r300g: use format from pipe_surface instead of pipe_resourceMarek Olšák2-29/+14
2011-02-10Revert "r300g: support sRGB colorbuffers"Marek Olšák1-20/+0
2011-02-10mesa/st: enable GL_EXT_framebuffer_sRGBDave Airlie3-3/+14
2011-02-09scons: Restrict whole program optimization to release builds.José Fonseca1-2/+8
2011-02-09svga: Don't advertise pixel shader addr register support.José Fonseca1-3/+8
2011-02-09eglplatform.h: Define Wayland native platform typesKristian Høgsberg1-0/+6
2011-02-09nvc0: serialize on PIPE_FLUSH_RENDER_CACHE as wellChristoph Bumiller1-0/+4
2011-02-09nvc0: fix stride of NVC0_3D_RT methodsChristoph Bumiller1-8/+8
2011-02-09nvc0: correct storage type for 16 bit surface formatsChristoph Bumiller1-2/+2
2011-02-09nvc0: make CSE work for ops with multiple resultsChristoph Bumiller1-13/+72
2011-02-09nvc0: replace branching with predicated insns where feasibleChristoph Bumiller5-46/+123
2011-02-09nvc0: implement local memory load and store opsChristoph Bumiller3-12/+38
2011-02-09nvc0: make sure phi-ops really have one source per in-blockChristoph Bumiller2-19/+40
2011-02-09nv50,nvc0: do not forget to apply sign mode to saved TGSI inputsChristoph Bumiller2-11/+3
2011-02-09nvc0: do not generate a backwards jump if a loop ends with BRKChristoph Bumiller1-2/+4
2011-02-09nvc0: store only one value per basic block for TGSI regsChristoph Bumiller1-1/+7
2011-02-09nv50,nvc0: fix condition code change when commuting SET sourcesChristoph Bumiller2-3/+3
2011-02-09nvc0: set basic block on manual instruction insertionChristoph Bumiller1-0/+2
2011-02-09nvc0: try to fix register conflicts for vector instructionsChristoph Bumiller4-32/+43
2011-02-09nvc0: reset texture base address after read transferChristoph Bumiller1-2/+4
2011-02-09nvc0: don't combine memory loads across block boundariesChristoph Bumiller1-0/+5
2011-02-09nvc0: detect no-op MIN/MAX, do CSE earlier to succeed more oftenChristoph Bumiller1-48/+79
2011-02-09mesa/st: Clean up vertex buffer unreferencingThomas Hellstrom1-10/+9
2011-02-09gallium/docs: fix typoMarek Olšák1-1/+1
2011-02-08r200: add cast to silence warningBrian Paul1-1/+1
2011-02-08mesa: remove unused BITFIELD64 macrosBrian Paul1-16/+1
2011-02-08mesa: remove _mesa_create_context_for_api()Brian Paul14-44/+23
2011-02-08mesa: remove _mesa_initialize_context_for_api()Brian Paul9-42/+19
2011-02-08mesa: add/update VERBOSE_API loggingBrian Paul8-6/+113
2011-02-08st/mesa: fix shader deletion regressionBrian Paul1-3/+4
2011-02-08i965: Add missing DEFINE_BITS for brw dirty bits.Kenneth Graunke1-0/+4
2011-02-08i965: Separate the BRW_NEW_(VS|WM)_CONSTBUF dirty bits.Kenneth Graunke1-1/+1
2011-02-08i965: Rename a few more commands to match the documentation.Kenneth Graunke2-5/+5
2011-02-08st/egl: Fix platform selectionBenjamin Franzke1-0/+1
2011-02-08i965: Remove pointless keying of WM state on VUE size.Eric Anholt1-4/+0