summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * r600: use CB_TARGET_MASK instead of CB_SHADER_MASK for setting color maskAndre Maasikas2009-10-151-3/+3
| * r600: user correct alpha blend factorAndre Maasikas2009-10-151-2/+2
| * r600: clear position enable bit when when wpos is not used by FPAndre Maasikas2009-10-151-0/+5
| * mesa: regenerated lex.yy.c w/ _mesa_strtod()Brian Paul2009-10-151-192/+193
| * mesa: Use _mesa_strtod in the lexer for assembly shadersNeil Roberts2009-10-151-4/+5
* | nouveau: implement is_{texture,buffer}_referenced properlyBen Skeggs2009-10-1915-169/+72
* | drm/nv50: write tic/tsc setup to correct slots when skipping unitsBen Skeggs2009-10-192-6/+8
* | r300g: Fix up a bunch of warnings.Corbin Simpson2009-10-186-22/+21
* | r300g: Add another ZTOP condition.Corbin Simpson2009-10-181-0/+2
* | llvmpipe: Allocate texture storage for whole quads.José Fonseca2009-10-181-3/+11
* | gallium: Permit surface_copy and surface_fill to be NULL.Corbin Simpson2009-10-1714-54/+156
* | r300g: Squash format warning.Corbin Simpson2009-10-171-0/+1
* | r300g: Use a dirty test to bring framerate back up.Corbin Simpson2009-10-171-2/+5
* | r300g: Also have rs_block keyed to the current shader combo.Corbin Simpson2009-10-171-51/+58
* | r300g: Fix u_hash_table rename.Corbin Simpson2009-10-173-9/+7
* | Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesaCorbin Simpson2009-10-1730-120/+142
|\ \
| * | nouveau: nv40: Use same workaround as i915 for segfault related to vboPatrice Mandin2009-10-171-6/+13
| * | nouveau: nv30: Remove duplicate case. Was a typo for X8R8G8B8, but that will ...Patrice Mandin2009-10-171-2/+1
| * | nouveau: nv30: Use same workaround as i915 for segfault related to vboPatrice Mandin2009-10-171-6/+13
| * | util: Rename from u_* to util_* while we're at it.José Fonseca2009-10-173-62/+62
| * | intel: Disallow relocations to the byte beyond the end of the bufferChris Wilson2009-10-171-1/+1
| * | mesa: fix/update some commentsBrian Paul2009-10-161-4/+4
| * | mesa: lift default symlinks target into Makefile.templateBrian Paul2009-10-1621-23/+4
| * | mesa: use EXTRA_MODULES and SUBDIRS to build r300 compilerBrian Paul2009-10-162-8/+8
| * | mesa: added SUBDIRS support in dri/Makefile.templateBrian Paul2009-10-161-1/+13
| * | mesa: move a commaBrian Paul2009-10-161-1/+1
| * | mesa: added MESA_GLSL=useprog debug flagBrian Paul2009-10-162-6/+22
* | | radeon-gallium: Use debug_get_bool_option instead of getenv.Corbin Simpson2009-10-162-2/+3
|/ /
* | r300g: Use a hash table to look up vertex info.Corbin Simpson2009-10-166-35/+97
* | util: Change function names to begin with u_.Corbin Simpson2009-10-162-36/+38
* | r300g: Set logical ID for each emitted texture/sampler.Corbin Simpson2009-10-151-1/+2
* | nouveau: nv30: Hack to enforce same number of bits as front buffer, for rende...Patrice Mandin2009-10-151-8/+22
* | nouveau: nv30: refuse binding a colour buffer with a zeta buffer with differe...Patrice Mandin2009-10-151-0/+7
* | st/xorg: refix source overZack Rusin2009-10-151-1/+1
* | egl: Rework the synchronization primitives.Chia-I Wu2009-10-155-31/+48
* | egl: Rework eglSwapInterval.Chia-I Wu2009-10-154-8/+35
* | egl: Rework error checking in eglSwapBuffers.Chia-I Wu2009-10-151-0/+15
* | egl: Update comments about eglapi.c.Chia-I Wu2009-10-151-5/+20
* | egl: Rework error checking in eglGetCurrentSurface.Chia-I Wu2009-10-151-2/+20
* | egl: Include GL header in eglconfigutil.h.Chia-I Wu2009-10-151-1/+1
* | egl: Fix GLX_USE_TLS build.Chia-I Wu2009-10-151-1/+1
* | egl: Fix eglCheckConfigHandle.Chia-I Wu2009-10-151-5/+4
* | trace: Handle transfer returning nullJakob Bornecrantz2009-10-141-1/+2
* | st/xorg: fix most of the composition modesZack Rusin2009-10-151-8/+32
* | r300g: Move ZTOP to its own state atom.Corbin Simpson2009-10-144-7/+12
* | mesa: added VERBOSE_SWAPBUFFERSBrian Paul2009-10-143-2/+6
* | vbo: clean-ups, reformattingBrian Paul2009-10-141-25/+24
* | mesa: added MESA_VERBOSE option 'draw' to debug glDrawArrays/Elements, etc.Brian Paul2009-10-143-1/+34
* | mesa: rename VERBOSE_IMMEDIATE->VERBOSE_MATERIAL to reflect what it doesBrian Paul2009-10-143-3/+3
* | mesa: remove unused ctx->Driver.PrioritizeTextures() hookBrian Paul2009-10-144-10/+0