aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* radeon: fix UMS since stp addition.Dave Airlie2010-02-081-1/+2
* mesa: Fix mesa_next_pow_two to return same value if parameter is pow2.Pauli Nieminen2010-02-071-3/+5
* r200: Fix LOD min/max emit.Pauli Nieminen2010-02-072-7/+30
* r100/r200/r300/r600: Set MaxCombinedTextureImageunits.Pauli Nieminen2010-02-074-0/+11
* r200: Fix lod bias correction.Pauli Nieminen2010-02-073-4/+7
* llvmpipe: Silence GCC 'type qualifiers ignored on function return type' warni...Vinson Lee2010-02-071-5/+5
* svga: Remove unnecessary header.Vinson Lee2010-02-071-1/+0
* llvmpipe: Remove unnecessary headers.Vinson Lee2010-02-074-5/+0
* r300g: cleanup XXXs in the DSA stateMarek Olšák2010-02-062-10/+1
* r300g: make a local copy of framebuffer stateMarek Olšák2010-02-062-1/+5
* r300g: fix color channel masksMarek Olšák2010-02-061-4/+13
* r300g: remove useless GA_COLOR_CONTROL emitMarek Olšák2010-02-061-2/+1
* r300g: add L8_SRGB and A8L8_SRGB texture formatsMarek Olšák2010-02-062-0/+8
* r200: Add some debug output to texture function.Pauli Nieminen2010-02-061-15/+30
* r300: Fix emit size prediction to know about primitive splitting.Pauli Nieminen2010-02-061-2/+12
* radeon: Add some debug output to texture function.\nPauli Nieminen2010-02-061-26/+84
* radeon: Use _mesa_next_pow_two_32 instead of own implementation.Pauli Nieminen2010-02-061-14/+1
* mesa/main: Add function to find next higher power of two.Pauli Nieminen2010-02-061-0/+46
* radeon: Add some debug output to miptree code.Pauli Nieminen2010-02-061-23/+62
* radeon: Remove the loop from stride size calculation.Pauli Nieminen2010-02-061-8/+14
* Gallium: Add Solaris atomic function definitions to u_atomic.hAlan Coopersmith2010-02-061-1/+35
* intel: Allow L8 PBO blit uploads.Damien Lespiau2010-02-061-0/+5
* i965: Keep the CURBE BO mapped and memcpy instead of subdataing.Eric Anholt2010-02-063-11/+13
* i965: Reset the "need new CURBE BO" flag when we make a new CURBE bo.Eric Anholt2010-02-061-0/+1
* intel: Check aperture size when doing a blit glClear.Eric Anholt2010-02-061-0/+10
* intel: Allow PBO acceleration for GL_RGBA8 MESA_FORMAT_ARGB8888.Eric Anholt2010-02-061-0/+1
* llvmpipe: Silence GCC 'no previous prototype' warning.Vinson Lee2010-02-061-1/+1
* i965g: Remove unnecessary headers.Vinson Lee2010-02-052-2/+0
* eglplatform.h: recognize __unix as well for Solaris & other SVR4 platformsAlan Coopersmith2010-02-051-1/+1
* gallium/python: support two more formats in retrace dumpsZack Rusin2010-02-051-0/+2
* st/mesa: allow negative index for PROGRAM_STATE_VARBrian Paul2010-02-051-1/+1
* mesa: debug output for ARLBrian Paul2010-02-051-0/+3
* docs: Fix a typo in mesa3d.org HTML.Brian Paul2010-02-051-1/+1
* osmesa: Add OSMesaColorClamp and OSMesaGetProcAddress to symbol defs.Brian Paul2010-02-051-0/+2
* progs/demos: fix typoBrian Paul2010-02-051-1/+1
* egl_dri2: Use pkg-config cflags and libs from configure outputKristian Høgsberg2010-02-053-5/+7
* nouveau: Fix warning for void function returning value. Add missing include f...Patrice Mandin2010-02-053-6/+6
* glapi: Add back the reduced Noop dispatchKristian Høgsberg2010-02-051-2/+18
* glx: Don't mark the XF86DRI functions PUBLICKristian Høgsberg2010-02-051-16/+16
* egl_dri2: Log both driver and core extensionsKristian Høgsberg2010-02-051-1/+4
* egl_dri2: Audit and fix errors pathsKristian Høgsberg2010-02-051-49/+72
* egl_dri2: Just cast the pointer difference to an intKristian Høgsberg2010-02-051-4/+1
* st/mesa: 'fix' point coord semantic infoBrian Paul2010-02-051-1/+10
* tgsi: remove special-case code for fragment positionBrian Paul2010-02-051-7/+1
* allow make to build lp_test_* for llvmpipeChris Li2010-02-052-1/+14
* llvmpipe: Disable multithreading on windows.José Fonseca2010-02-051-0/+6
* os: Don't assert on missing implementation of barrier init/destroy. Just usage.José Fonseca2010-02-051-2/+0
* Merge remote branch 'origin/master'José Fonseca2010-02-052-1/+17
|\
| * r200: Optimize polygon stipple emit.Pauli Nieminen2010-02-051-1/+10
| * r200: Add trace logging to r200PointSize.Pauli Nieminen2010-02-051-0/+7