mesa.git
2011-01-24 Tim Wiederhakeadd machine generated files to .gitignore
2011-01-24 Tim Wiederhakesecure malloc in translate_cache_create
2011-01-24 Christopher... osmesa: mklib requires arguments before objects
2011-01-24 Michel Dänzerst/xorg: Fix build failure against xserver with XF86_CR...
2011-01-24 Marek Olšákr300g: remove unused function
2011-01-24 Marek Olšákr300g: remove any traces of depth_clamp
2011-01-24 Marek Olšákr300g: handle PIPE_CAP_INSTANCED_DRAWING in get_param
2011-01-24 Andre Maasikasr600c: only colors can be flat shaded
2011-01-24 Jakob Bornecrantzutil: Add function logger helpers
2011-01-24 Jakob BornecrantzRevert "r300g/swtcl: re-enable LLVM"
2011-01-24 Jakob Bornecrantzdraw: Init llvm if not provided
2011-01-24 Jakob Bornecrantzi915g: Remove draw_flushes and state that we don't...
2011-01-24 Jakob Bornecrantzi915g: Improve constant handling
2011-01-24 Tom Stellardr300g: Increase fragment shader limits for r400 cards
2011-01-23 Brian Paulgldirect: remove _NEW_ACCUM
2011-01-23 Brian Pauli965: remove _NEW_ACCUM
2011-01-23 Christoph Bumillernvc0: implement point coord replacement
2011-01-23 Marek Olšákmesa: add ARB_framebuffer_sRGB as alias of the EXT...
2011-01-23 Marek Olšákmesa: return GL_LINEAR for ..COLOR_ENCODING if framebuf...
2011-01-23 Brian Paulvega: sort filenames in Makefile, SConscript
2011-01-23 Brian Paulmesa: get rid of _NEW_ACCUM, clean-up _NEW_* #defines
2011-01-23 Brian Paulmesa: smarter glTexParameter state invalidation
2011-01-23 Marek Olšákr300g: support sRGB colorbuffers
2011-01-23 Marek Olšákr300/compiler: remove any code related to relative...
2011-01-23 Christoph Bumillernvc0: fix emit_cvt for ceil, floor and trunc
2011-01-23 Christoph Bumillernvc0: remove bad assert and emit TEMP movs instead
2011-01-23 Christoph Bumillernvc0: fix address and value slot assignment in load...
2011-01-23 Christoph Bumillernvc0: don't omit highest bit of branch target
2011-01-23 Christoph Bumillernvc0: recognize r63 as zero in constant folding
2011-01-23 Christoph Bumillernvc0: add MARK_RING where missing to avoid too many...
2011-01-23 Christoph Bumillernvc0: don't apply base vertex to per-instance arrays
2011-01-23 Christoph Bumillernvc0: commute sources of SET too if beneficial
2011-01-23 Christoph Bumillernvc0: accept neg abs modifiers on lg2
2011-01-23 Ian Romanickglsl: Don't assert when the value returned by a functio...
2011-01-23 Brian Paulst/mesa: ensure that all pixel paths operation on linea...
2011-01-23 Brian Paulsoftpipe: pass surface format to get/put_tile functions
2011-01-23 Brian Paulgallium/util: added pipe_put_tile_rgba_format()
2011-01-23 Brian Paulgallium/util: simplify pipe_get_tile_rgba()
2011-01-23 Brian Paulgallium/softpipe: replace pipe_get_tile_swizzle()
2011-01-23 Brian Paulsoftpipe: use proper type for format field
2011-01-23 Brian Paulgallium/util: added util_format_linear()
2011-01-23 Brian Paulst/mesa: update comment, use st_fb_orientation()
2011-01-23 Brian Paulst/mesa: comments in update_viewport()
2011-01-22 Chia-I Wuscons: Add support for GLES.
2011-01-22 Chia-I Wumapi: ENTRY_CURRENT_TABLE_GET should be stringified.
2011-01-21 Kenneth Graunkeglcpp: Regenerate parser files.
2011-01-21 Kenneth Graunkeglcpp: Remove use of talloc reference counting.
2011-01-21 Kenneth Graunkeglsl, i965: Remove unnecessary talloc includes.
2011-01-21 Kenneth Graunkera: Use the same context when realloc'ing arrays.
2011-01-21 Chad Versaceglsl: Improve error message when read-only vars are...
2011-01-21 Chad Versaceglsl: Mark 'in' variables at global scope as read-only
2011-01-21 Chad Versaceglsl: Remove unused class ast_declaration_statment
2011-01-21 Jakob Bornecrantzi915g: Don't (un)map vbuf on each (un)map call
2011-01-21 Jakob Bornecrantzi915g: Don't do unnecessary copies of constants
2011-01-21 Jakob Bornecrantzi915g: Don't emit FS constants when VS contants change
2011-01-21 Jakob Bornecrantzi915g: Use slab allocator for transfers
2011-01-21 Jakob Bornecrantzst/dri: Fix warning
2011-01-21 Christian Königr600g: check if hardware blits are possible bevore...
2011-01-21 Alex Deucherr600g: FLT_TO_INT_FLOOR is trans instruction
2011-01-21 Dave Airliemesa: EXT_framebuffer_sRGB interface additions.
2011-01-21 Andre Maasikasr600c: get OQ results only for 4 DBs on r600 class
2011-01-21 Brian Pauldocs: update README.WIN32 per Karl's request
2011-01-20 Ian Romanickintel: Fix typeos from 3d028024 and 790ff232
2011-01-20 Ian Romanicki915: Set correct values for range/precision of fragmen...
2011-01-20 Ian Romanicki965: Set correct values for range/precision of fragmen...
2011-01-20 Ian Romanickmesa: Set correct values for range/precision of shader...
2011-01-20 Ian Romanickmesa: Connect glGetShaderPrecisionFormat into the dispa...
2011-01-20 Brian Paulsoftpipe: check for null pointers during context create...
2011-01-20 Brian Paulgraw: fix logic error in pixel format selection
2011-01-20 Ian RomanickFix the build from 887d2b64
2011-01-20 Brian Paulmesa: clean-up _mesa_lookup_prim_by_nr()
2011-01-20 Brian Paulmesa: move extra prim mode #defines
2011-01-20 Brian Paulvbo: added comment
2011-01-20 Brian Paulmesa: minor formatting fixes
2011-01-20 Brian Paulst/mesa: clean up the sampler view format code
2011-01-20 Brian Paulmesa: document sRGBDecode field
2011-01-20 Brian Paulst/mesa: formatting, whitespace fixes
2011-01-20 Andre Maasikasr600c: bump sq gpr resources if a shader needs more...
2011-01-20 Chia-I Wuglapi: Fix OpenGL and OpenGL ES interop.
2011-01-20 Chia-I Wuglapi: Fix OpenGL ES 1.1 and 2.0 interop.
2011-01-20 Chia-I Wumapi: Add support for bridge mode.
2011-01-20 Chia-I Wumapi: u_current_table may be renamed.
2011-01-20 Chia-I Wumapi: Add a new glapi.h implementation.
2011-01-20 Chia-I Wumapi: Fix glapi printers for gl_and_es_API.xml.
2011-01-20 Chia-I Wumapi: Allow prefix to be macro.
2011-01-20 Chia-I Wumapi: Add the ability to parse GLAPI XML.
2011-01-20 Chia-I Wuglapi: Add gl_and_es_API.xml.
2011-01-20 Kenneth Graunkedoxygen: Add glsl to the Makefile and .gitignore.
2011-01-20 twiedAdd machine generated files to .gitignore
2011-01-20 Kenneth Graunkeglsl: Don't bother unsetting a destructor that was...
2011-01-20 Chia-I Wuautoconf: Fail when --with-state-trackers is incomplete.
2011-01-20 Henri Verbeetsoftpipe: Bind samplers to views instead of the underly...
2011-01-20 Henri Verbeetsoftpipe: Get rid of the redundant resource parameter...
2011-01-20 Dave Airlier200: fix up some problems with TFP on r200
2011-01-20 Brian Paulllvmpipe: implement TGSI_PROPERTY_FS_COLOR0_WRITES_ALL_...
2011-01-20 Eric Anholti965/fs: Take the shared mathbox into account in instru...
2011-01-20 Eric Anholti965/fs: Add a helper function for detecting math opcodes.
2011-01-20 Eric Anholti965/fs: Assign URB/CURB register numbers after instruc...
2011-01-20 Eric Anholti965/fs: Add an instruction scheduler.
2011-01-20 Eric Anholti965/fs: Add a helper for detecting texturing opcodes.
next