mesa.git
2009-10-21 Corbin Simpsonr300g: Don't use the hashtable internally.
2009-10-21 Corbin Simpsonr300g: Examine vertex attribute type on HW TCL too.
2009-10-21 Corbin Simpsonr300g: Also kill r300_shader_inlines with fire.
2009-10-21 Corbin Simpsonr300g: Kill r300_surface with fire.
2009-10-20 Eric Anholtintel: Fix flipped condition in ARB_sync GetSYnciv...
2009-10-20 Eric Anholtmeta: Fix the BufferSubData in meta clear to be BufferData.
2009-10-20 Jakob Bornecrantzst/xorg: Move drm init to own function
2009-10-20 Jakob Bornecrantztrace: Check for destroy before calling it
2009-10-20 Jakob Bornecrantzst/xorg: Cleanly shutdown
2009-10-19 Jakob Bornecrantzst/xorg: Remove output functions not used
2009-10-20 Zack Rusinst/xorg: makefile garbage
2009-10-20 Zack Rusinst/xorg: implement basic src/mask transformations
2009-10-19 Corbin Simpsonr300g: Demonstratory kludge to unbreak glxgears.
2009-10-19 Corbin Simpsondri-st: Add EXT_provoking_vertex.
2009-10-18 Jakob Bornecrantzst/xorg: Switch to set_mode_major
2009-10-18 Jakob Bornecrantzst/xorg: Massivly redo root pixmap creation
2009-10-18 Jakob Bornecrantzst/xorg: Clean up cursor functions a bit
2009-10-18 Jakob Bornecrantzst/xorg: Support more then one output of a given type
2009-10-18 Jakob Bornecrantzst/xorg: Change how disable accel is handled
2009-10-19 Christoph Bumillernv50: add support for address regs
2009-10-19 Christoph Bumillernv50: cleanup emit_kil
2009-10-19 Christoph Bumillernv50: implement TGSI_OPCODE_CMP
2009-10-19 Christoph Bumillernv50: quick fix for insn src negation
2009-10-19 Christoph Bumillernv50: add support for DDX and DDY opcodes
2009-10-19 Christoph Bumillernv50: submit user vbo data through the fifo
2009-10-19 Christoph Bumillernv50: use SIFC for TIC, TSC upload
2009-10-19 Christoph Bumillernv50: nicer texture format switch
2009-10-19 Alex DeucherMerge branch 'mesa_7_6_branch' of git+ssh://agd5f@git...
2009-10-19 Mathias Fröhlichr300: fix texture size handling with size > 2048
2009-10-19 Robert Nolandr600: Fix size calculation for 24 bit depth
2009-10-18 Ben Skeggsnouveau: implement is_{texture,buffer}_referenced properly
2009-10-18 Ben Skeggsdrm/nv50: write tic/tsc setup to correct slots when...
2009-10-18 Corbin Simpsonr300g: Fix up a bunch of warnings.
2009-10-18 Corbin Simpsonr300g: Add another ZTOP condition.
2009-10-18 José Fonsecallvmpipe: Allocate texture storage for whole quads.
2009-10-18 Corbin Simpsongallium: Permit surface_copy and surface_fill to be...
2009-10-18 Corbin Simpsonr300g: Squash format warning.
2009-10-18 Corbin Simpsonr300g: Use a dirty test to bring framerate back up.
2009-10-18 Corbin Simpsonr300g: Also have rs_block keyed to the current shader...
2009-10-18 Corbin Simpsonr300g: Fix u_hash_table rename.
2009-10-18 Corbin SimpsonMerge branch 'master' of ssh://git.freedesktop.org...
2009-10-17 Patrice Mandinnouveau: nv40: Use same workaround as i915 for segfault...
2009-10-17 Patrice Mandinnouveau: nv30: Remove duplicate case. Was a typo for...
2009-10-17 Patrice Mandinnouveau: nv30: Use same workaround as i915 for segfault...
2009-10-17 José Fonsecautil: Rename from u_* to util_* while we're at it.
2009-10-17 Chris Wilsonintel: Disallow relocations to the byte beyond the...
2009-10-16 Brian Paulmesa: fix/update some comments
2009-10-16 Brian Paulmesa: lift default symlinks target into Makefile.template
2009-10-16 Brian Paulmesa: use EXTRA_MODULES and SUBDIRS to build r300 compiler
2009-10-16 Brian Paulmesa: added SUBDIRS support in dri/Makefile.template
2009-10-16 Brian Paulmesa: move a comma
2009-10-16 Brian Paulmesa: added MESA_GLSL=useprog debug flag
2009-10-16 Maciej Cencorar300: fix vertex program parameters limits
2009-10-16 Corbin Simpsonradeon-gallium: Use debug_get_bool_option instead of...
2009-10-16 Corbin Simpsonr300g: Use a hash table to look up vertex info.
2009-10-16 Corbin Simpsonutil: Change function names to begin with u_.
2009-10-16 Brian Pauldocs: document GLSL float parsing bug fix
2009-10-16 Brian Paulmesa: use C locale for _mesa_strtod()
2009-10-16 José Fonsecaprogs/tests: Use rand() instead of random().
2009-10-16 José Fonsecaprogs/tests: Use rand() instead of random().
2009-10-16 Vinson Leeprog/tests: Fix MSVC build.
2009-10-15 Corbin Simpsonr300g: Set logical ID for each emitted texture/sampler.
2009-10-15 Patrice Mandinnouveau: nv30: Hack to enforce same number of bits...
2009-10-15 Patrice Mandinnouveau: nv30: refuse binding a colour buffer with...
2009-10-15 Zack Rusinst/xorg: refix source over
2009-10-15 Brian Paulprogs/egl: put declarations before code
2009-10-15 Chia-I Wuegl: Rework the synchronization primitives.
2009-10-15 Chia-I Wuegl: Rework eglSwapInterval.
2009-10-15 Chia-I Wuegl: Rework error checking in eglSwapBuffers.
2009-10-15 Chia-I Wuegl: Update comments about eglapi.c.
2009-10-15 Chia-I Wuegl: Rework error checking in eglGetCurrentSurface.
2009-10-15 Chia-I Wuegl: Include GL header in eglconfigutil.h.
2009-10-15 Chia-I Wuegl: Fix GLX_USE_TLS build.
2009-10-15 Chia-I Wuegl: Fix eglCheckConfigHandle.
2009-10-15 Owen TaylorUse the right pitch when rendering to a texture
2009-10-15 Robert Nolandr600: FRAG_ATTRIB_WPOS and FRAG_ATTRIB_FOGC appear...
2009-10-15 Robert Nolandr600: cleanup in r600_cs_process_relocs().
2009-10-15 Robert Nolandradeon: return EINVAL for 0 length buffers.
2009-10-15 Andre Maasikasr600: fix tfp1 bo size
2009-10-15 Andre Maasikasr600: implement ProgramStringNotify
2009-10-15 Andre Maasikasr600: LIT dst.y gets value from src.x
2009-10-15 Andre Maasikasr600: DPH adds w comp of second operand, so set first...
2009-10-15 Andre Maasikasr600: fixup KIL instruction a bit
2009-10-15 Andre Maasikasr600: use CB_TARGET_MASK instead of CB_SHADER_MASK...
2009-10-15 Andre Maasikasr600: user correct alpha blend factor
2009-10-15 Andre Maasikasr600: clear position enable bit when when wpos is not...
2009-10-15 Brian Paulmesa: regenerated lex.yy.c w/ _mesa_strtod()
2009-10-15 Neil Robertsmesa: Use _mesa_strtod in the lexer for assembly shaders
2009-10-14 Brian Paulprogs/Makefile: remove extra quoting
2009-10-14 Jakob Bornecrantztrace: Handle transfer returning null
2009-10-15 Zack Rusinst/xorg: fix most of the composition modes
2009-10-15 Corbin Simpsonr300g: Move ZTOP to its own state atom.
2009-10-15 Brian Paulprogs/demos: try different depth formats in fbo_firecube.c
2009-10-15 Brian Pauldocs: document more MESA_GLSL env var options
2009-10-15 Brian Paulmesa: assorted top-level Makefile clean-ups
2009-10-15 Brian Paulmesa: added VERBOSE_SWAPBUFFERS
2009-10-15 Brian Paulvbo: clean-ups, reformatting
2009-10-15 Brian Paulmesa: added MESA_VERBOSE option 'draw' to debug glDrawA...
2009-10-15 Brian Paulmesa: rename VERBOSE_IMMEDIATE->VERBOSE_MATERIAL to...
2009-10-15 Brian Paulmesa: remove unused ctx->Driver.PrioritizeTextures...
next