summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-10-18r300g: Add another ZTOP condition.Corbin Simpson1-0/+2
2009-10-18llvmpipe: Allocate texture storage for whole quads.José Fonseca1-3/+11
2009-10-17gallium: Permit surface_copy and surface_fill to be NULL.Corbin Simpson14-54/+156
2009-10-17r300g: Squash format warning.Corbin Simpson1-0/+1
2009-10-17r300g: Use a dirty test to bring framerate back up.Corbin Simpson1-2/+5
2009-10-17r300g: Also have rs_block keyed to the current shader combo.Corbin Simpson1-51/+58
2009-10-17r300g: Fix u_hash_table rename.Corbin Simpson3-9/+7
2009-10-17Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesaCorbin Simpson30-120/+142
2009-10-17nouveau: nv40: Use same workaround as i915 for segfault related to vboPatrice Mandin1-6/+13
2009-10-17nouveau: nv30: Remove duplicate case. Was a typo for X8R8G8B8, but that will ...Patrice Mandin1-2/+1
2009-10-17nouveau: nv30: Use same workaround as i915 for segfault related to vboPatrice Mandin1-6/+13
2009-10-17util: Rename from u_* to util_* while we're at it.José Fonseca3-62/+62
2009-10-17intel: Disallow relocations to the byte beyond the end of the bufferChris Wilson1-1/+1
2009-10-16mesa: fix/update some commentsBrian Paul1-4/+4
2009-10-16mesa: lift default symlinks target into Makefile.templateBrian Paul21-23/+4
2009-10-16mesa: use EXTRA_MODULES and SUBDIRS to build r300 compilerBrian Paul2-8/+8
2009-10-16mesa: added SUBDIRS support in dri/Makefile.templateBrian Paul1-1/+13
2009-10-16mesa: move a commaBrian Paul1-1/+1
2009-10-16mesa: added MESA_GLSL=useprog debug flagBrian Paul2-6/+22
2009-10-16r300: fix vertex program parameters limitsMaciej Cencora1-7/+5
2009-10-16radeon-gallium: Use debug_get_bool_option instead of getenv.Corbin Simpson2-2/+3
2009-10-16r300g: Use a hash table to look up vertex info.Corbin Simpson6-35/+97
2009-10-16util: Change function names to begin with u_.Corbin Simpson2-36/+38
2009-10-16docs: document GLSL float parsing bug fixBrian Paul1-0/+1
2009-10-16mesa: use C locale for _mesa_strtod()Brian Paul1-0/+12
2009-10-16progs/tests: Use rand() instead of random().José Fonseca1-1/+1
2009-10-16progs/tests: Use rand() instead of random().José Fonseca1-1/+1
2009-10-16prog/tests: Fix MSVC build.Vinson Lee1-1/+1
2009-10-15r300g: Set logical ID for each emitted texture/sampler.Corbin Simpson1-1/+2
2009-10-15nouveau: nv30: Hack to enforce same number of bits as front buffer, for rende...Patrice Mandin1-8/+22
2009-10-15nouveau: nv30: refuse binding a colour buffer with a zeta buffer with differe...Patrice Mandin1-0/+7
2009-10-15st/xorg: refix source overZack Rusin1-1/+1
2009-10-15progs/egl: put declarations before codeBrian Paul3-10/+15
2009-10-15egl: Rework the synchronization primitives.Chia-I Wu5-31/+48
2009-10-15egl: Rework eglSwapInterval.Chia-I Wu4-8/+35
2009-10-15egl: Rework error checking in eglSwapBuffers.Chia-I Wu1-0/+15
2009-10-15egl: Update comments about eglapi.c.Chia-I Wu1-5/+20
2009-10-15egl: Rework error checking in eglGetCurrentSurface.Chia-I Wu1-2/+20
2009-10-15egl: Include GL header in eglconfigutil.h.Chia-I Wu1-1/+1
2009-10-15egl: Fix GLX_USE_TLS build.Chia-I Wu1-1/+1
2009-10-15egl: Fix eglCheckConfigHandle.Chia-I Wu1-5/+4
2009-10-15Use the right pitch when rendering to a textureOwen Taylor1-2/+3
2009-10-15r600: FRAG_ATTRIB_WPOS and FRAG_ATTRIB_FOGC appear to be supported.Robert Noland1-1/+12
2009-10-15r600: cleanup in r600_cs_process_relocs().Robert Noland1-15/+3
2009-10-15radeon: return EINVAL for 0 length buffers.Robert Noland1-0/+4
2009-10-15r600: fix tfp1 bo sizeAndre Maasikas1-2/+6
2009-10-15r600: implement ProgramStringNotifyAndre Maasikas1-17/+38
2009-10-15r600: LIT dst.y gets value from src.xAndre Maasikas1-0/+1
2009-10-15r600: DPH adds w comp of second operand, so set first one to 1 insteadAndre Maasikas1-1/+1
2009-10-15r600: fixup KIL instruction a bitAndre Maasikas1-18/+9