r300g: fix emitting the stencil-ref and alpha-ref values
[mesa.git] / src / mesa /
2009-10-28 Marek Olšákmesa/st: fix crash in st_texture_image_copy
2009-10-28 Brian PaulMerge branch 'mesa_7_6_branch'
2009-10-28 Brian Paulmesa: remove unneeded #includes
2009-10-28 Brian Paulmesa: include imports.h to silence warning
2009-10-28 Vinson Leeintel: Fix memory leak in event of mip tree allocation...
2009-10-28 Brian Paulmesa: consolidate _mesa_CompressedTexSubImage[123]DARB...
2009-10-28 Brian Paulmesa: consolidate CompressedTexSubImage1/2/3DARB()...
2009-10-28 Brian Paulmesa: simplify teximage code with get_current_tex_object()
2009-10-28 Brian Paulmesa: code refactoring to eliminate a switch stmt in...
2009-10-28 Brian Paulglsl: avoid redundant state changes in _mesa_use_program()
2009-10-28 Ian RomanickARB prog parser: Fix epic memory leak in lexer / parser...
2009-10-28 Ian RomanickARB prog parser: Don't leak program string
2009-10-28 Ian RomanickARB prog parser: Don't leak symbol table header structures
2009-10-27 Eric Anholtintel: Fix flipped condition in ARB_sync GetSYnciv...
2009-10-27 Brian Paulintel: added region draw_x/y offsets in x/y_tile_swizzl...
2009-10-27 Brian Paulintel: silence warning
2009-10-27 Brian Paulmesa: debug code for glBlitFramebuffer()
2009-10-27 Brian Paulvia: silence unused var warnings
2009-10-27 Brian Paulintel: minor clean-up, comments
2009-10-27 Brian Paulintel: use _mesa_get_current_tex_unit() helper
2009-10-27 Brian Paulmesa: s/Bilt/Blit
2009-10-27 Brian Paulmesa: more texture debug code changes, improvements
2009-10-27 Brian Paulmesa: minor code clean-up in client_state()
2009-10-27 Brian Paulmesa: avoid redundant state setting in glClientActiveTe...
2009-10-27 Brian Paulintel: fix comment, formatting
2009-10-27 Brian Paulintel: fix src offset bug in do_copy_texsubimage()
2009-10-27 Brian Paulglsl: fix memory leak
2009-10-27 Eric Anholti915: Fix driver for the miptree x/y offset changes.
2009-10-27 Brian Pauli965: be clear that the Fallback field is a boolean...
2009-10-27 Brian PaulRevert "i965: fix hacked Fallback usage in brw_prepare_...
2009-10-27 Brian Paulintel: fix GL state bugs in intel_texture_bitmap()
2009-10-27 Brian Paulintel: fix src offset bug in do_copy_texsubimage()
2009-10-27 Brian Paulglsl: fix memory leak
2009-10-27 Eric Anholti915: Fix driver for the miptree x/y offset changes.
2009-10-27 Brian Pauli965: be clear that the Fallback field is a boolean...
2009-10-27 Brian PaulRevert "i965: fix hacked Fallback usage in brw_prepare_...
2009-10-26 Brian Paulintel: fix GL state bugs in intel_texture_bitmap()
2009-10-26 Chia-I Wumesa: Add remap.c to SConscript.
2009-10-24 Brian PaulMerge branch 'mesa_7_6_branch'
2009-10-24 Brian Paulmesa: simplify att->CubeMapFace assignment
2009-10-24 Brian Paulmesa: refactor, new print_shader_info()
2009-10-24 Brian Paulmesa: rework error checking code for glGetCompressedTex...
2009-10-24 Brian Paulmesa: remove misplaced VERBOSE_TEXTURE tests
2009-10-24 Brian Paulmesa: more detailed error messages in fbo code
2009-10-24 Brian Paulmesa: remove FBO texture depth/stencil test
2009-10-23 Brian Paulmesa: fix broken _mesa_str_checksum()
2009-10-23 Eric AnholtMerge remote branch 'origin/mesa_7_6_branch'
2009-10-23 Eric Anholti965: Annotate _NEW_COLOR dependency for brw_update_ren...
2009-10-23 Eric Anholtintel: Keep track of x,y offsets in miptrees and use...
2009-10-23 Brian Paulmesa: fix GL_TEXTURE_INTERNAL_FORMAT query for compress...
2009-10-23 Brian Paulmesa: added _mesa_compressed_format_to_glenum()
2009-10-23 Brian Paulmesa: change s3tc vs. fxt1 priority when choosing compr...
2009-10-23 Chia-I Wuglapi: Always build libglapi.a.
2009-10-23 Chia-I Wuglapi: Move dispatch marcos to glapidispatch.h.
2009-10-23 Chia-I Wumesa/dri: Remove extension_helper.h.
2009-10-23 Chia-I Wumesa: Enable remap table in core.
2009-10-23 Chia-I Wumesa/main: Add support for remap table.
2009-10-23 Andre Maasikasr600: remove duplicate stride setting
2009-10-23 Andre Maasikasr600: for position invariant programs reading vert_pos...
2009-10-23 Keith Whitwellgallium: remove the swizzling parts of ExtSwizzle
2009-10-23 Keith Whitwellgallium: remove noise opcodes
2009-10-23 Alex Deucherr600: remove remains of old tnl pipeline
2009-10-23 Alex Deucherr600: fix render size prediction
2009-10-23 Alex Deucherr600: remove old tnl pipeline
2009-10-23 Alex Deucherr600: clean up context creation
2009-10-23 Ian RomanickRevert "Store clipping distance for user clip planes...
2009-10-23 Ian RomanickARB prog parser: Fix parameter array size comparison
2009-10-23 Brian PaulMerge branch 'mesa_7_6_branch'
2009-10-23 Brian Paulmesa: fix up vbo comments
2009-10-23 Brian Paulmesa: added _mesa_dump_texture()
2009-10-23 Brian Paulintel: flush old context before binding new context
2009-10-23 Brian Paulmesa: code refactoring- new _mesa_finish(), _mesa_flush()
2009-10-22 Brian Pauli965: fix hacked Fallback usage in brw_prepare_vertices()
2009-10-22 Brian Paulintel: define INTEL_FALLBACK_DRIVER for drivers
2009-10-22 Brian Paulintel: Fallback field is a bitmask, use GLbitfield
2009-10-22 Brian Pauli965: remove unused brw_context::tmp_fallback field
2009-10-22 Brian Pauli965: remove unused BRW_FALLBACK_TEXTURE bit
2009-10-22 Corbin SimpsonKill off trident.
2009-10-22 Corbin SimpsonNuke s3v.
2009-10-22 Alex DeucherMerge branch 'master' of git+ssh://agd5f@git.freedeskto...
2009-10-22 Alex DeucherMerge branch 'mesa_7_6_branch' of git+ssh://agd5f@git...
2009-10-22 Andre Maasikasr600: set barrier for tex inst if dst is used earlier...
2009-10-22 Andre Maasikasr600: need to export something from PS
2009-10-22 Andre Maasikasr600: add beginnings of ARL instruction
2009-10-21 Brian Paulmesa: added _mesa_dump_renderbuffers() debug code
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 Vinson Leemesa: Fix Mac OS build.
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-19 Alex DeucherMerge branch 'mesa_7_6_branch' of git+ssh://agd5f@git...
2009-10-18 Corbin Simpsongallium: Permit surface_copy and surface_fill to be...
2009-10-18 Corbin SimpsonMerge branch 'master' of ssh://git.freedesktop.org...
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
next