mesa.git
2011-04-19 Bryan Cainglsl: fix conversions from uint to bool and from float...
2011-04-19 Dave Airlier600g: add dirty tracking to context reg.
2011-04-19 Dave Airlier600g: deinline some large functions.
2011-04-19 Dave Airlier600g: consolidate r600/evergreen code for resource...
2011-04-19 Bas Nieuwenhuizenr600g: don't flush caches if we already did so, even...
2011-04-19 Dave Airlier600g: attempt to avoid emitting resources that are...
2011-04-19 Dave Airlier600g: modify block to only emit the first few dirty...
2011-04-19 Dave Airlier600g: track dirty registers better. (v2)
2011-04-19 Ian Romanickglsl: 80-column wrapping and whitespace fixes
2011-04-18 Kenneth Graunkei965: Convert 3DPRIMITIVE command from struct-style...
2011-04-18 Kenneth Graunkei965: Allocate the whole URB to the VS and fix calculat...
2011-04-18 Ian Romanickglsl: Emit a warning when the left-hand operand of...
2011-04-18 Brian Paulmesa: fix void pointer arithmetic warnings
2011-04-18 Brian Paulmesa: fix wrong parameter type in set_sampler_max_lod()
2011-04-18 Brian Paulnvfx: comment-out unused var
2011-04-18 Eric Anholtintel: Add I8 and L8 to intel_mesa_format_to_rb_datatype().
2011-04-18 Eric AnholtRevert "intel: Add spans code for the ARB_texture_rg...
2011-04-18 Eric Anholtintel: Use mesa core's R8, RG88, R16, RG1616 RB accessors.
2011-04-18 Eric Anholtswrast: Don't try to adjust_colors for <8bpc when handl...
2011-04-18 Eric Anholtmesa: Add renderbuffer accessors for R8/RG88/R16/RG1616.
2011-04-18 Eric Anholtmesa: Use _mesa_get_format_bytes to refactor out the...
2011-04-18 Eric Anholtmesa: Use _mesa_get_format_bytes to refactor out the...
2011-04-18 Eric Anholtintel: Use Mesa core's renderbuffer accessors for depth.
2011-04-18 Eric Anholtmesa: Add a function to set up the default renderbuffer...
2011-04-18 Eric Anholtmesa: Add a gl_renderbuffer.RowStride field like textur...
2011-04-18 Eric Anholtmesa: Repack single-byte fields in gl_renderbuffer.
2011-04-18 Eric Anholtmesa: Remove renderbuffer deletion debug field.
2011-04-18 Eric Anholtswrast: Don't assert against glReadPixels of GL_RED...
2011-04-18 Eric Anholtintel: Use _mesa_base_tex_format for FBO texture attach...
2011-04-18 Marek Olšákr300g: remove non-existing include path from SConscript
2011-04-18 Marek Olšákr300g/winsys: rename r300->radeon and do a little cleanup
2011-04-17 Thierry VignaudFix mesa tarball creation again
2011-04-17 Marek Olšákr600g: disable ARB_draw_instanced
2011-04-17 Marek Olšákr300g: disable ARB_draw_instanced on SWTCL chipsets.
2011-04-17 Eric Anholti965: Quit spamming gen6 DP read/write send instruction...
2011-04-17 Eric Anholti965/fs: Add gen6 register spilling support.
2011-04-17 Eric Anholtmesa: Fix _mesa_unpack_dudv_span_byte assertion.
2011-04-17 Carl Worthglcpp: Fix attempts to expand recursive macros infinite...
2011-04-17 Dave Airlier600g: use some loops.
2011-04-17 Dave Airlier600g: consolidate the same piece of cut-n-paste code...
2011-04-16 Marcin Slusarzgallium: include u_format.h for util_format_is_supported
2011-04-16 Christoph Bumillernvc0: work around what looks like a code prefetch bug
2011-04-16 Christoph Bumillernv50,nvc0: add new texture and render target formats
2011-04-16 Christoph Bumillernv50,nvc0: fix normalized RG16 and RGBA32 texture forma...
2011-04-16 Christoph Bumillernvc0: fix viewport rectangle calculation
2011-04-16 Tom Stellardprog_optimize: Add simplify CMP optimization pass
2011-04-16 Tom Stellardprog_optimize: get_src_arg_mask() respect writemask...
2011-04-16 Tom Stellardr300/compiler: Fix incorrect presubtract conversion
2011-04-16 Carl-Philip... mesa: provide more info for glCompressedTexImage()...
2011-04-16 Brian Paulmesa: move error check code in compressedteximage()
2011-04-16 José Fonsecadocs: Reapply some of Marek's typo fixes.
2011-04-16 José Fonsecagallium/docs: Improve min_index/max_index description.
2011-04-16 José Fonsecadocs: Undo Marek typo fixes to original text.
2011-04-15 Brian Paultranslate: s/varient/variant/
2011-04-15 Brian Paulvbo: init prim[] array with memset()
2011-04-15 Brian Paulvega: move ureg_destroy(ureg) after last use of ureg var
2011-04-15 Brian Paulst/mesa: simplify a bit of the previous patch
2011-04-15 Pierre-Eric... st/mesa: add handling for 'PIPE_FORMAT_B8G8R8X8_UNORM...
2011-04-15 Marek OlšákRevert "r300/compiler: Don't try to convert RGB to...
2011-04-15 Marek Olšákdocs: update relnotes-7.11
2011-04-15 Marek Olšákdocs: update GL3 status
2011-04-15 Marek Olšákgallium: add and use generic function for querying...
2011-04-15 Marek Olšákconfigure.ac: add an enable switch for float textures...
2011-04-15 Marek Olšákdocs: add patents.txt
2011-04-15 Marek Olšákr300g: enable A/L/LA/I float render targets
2011-04-15 Marek Olšákst/mesa: convert Mesa float formats to Gallium
2011-04-15 Luca Barbierigallium: add A/L/LA/I floating point formats
2011-04-15 Marek Olšákmesa: finish up ARB_texture_float
2011-04-15 Marek Olšákmesa: add R/RG floating-point formats
2011-04-15 Marek Olšákmesa: fix L16F and L32F format properties
2011-04-14 Carl WorthAdd expected file for 095-recursive-define test case.
2011-04-14 Carl Worthglcpp: Simplify calling convention of parser's active_l...
2011-04-14 Carl Worthglcpp: Add --valgrind option to the glcpp-test utility
2011-04-14 Carl WorthAdd an expected file for 084-unbalanced-parentheses
2011-04-14 Carl WorthAdd an expected file for 094-divide-by-zero-short-circuit
2011-04-14 Carl WorthAdd an expected file for 093-divide-by-zero
2011-04-14 José Fonsecamesa/st: Avoid spurious transfers when creating fbo...
2011-04-14 peppst/mesa: add support for GL_RGBA + GL_UNSIGNED_INT_8_8_...
2011-04-14 Eric Anholtmesa: Expose ATI_draw_buffers.
2011-04-14 Eric Anholtmesa: Add support for OPTION ATI_draw_buffers to ARB_fp.
2011-04-14 Eric Anholtmesa: Add support for the ARB_fragment_program part...
2011-04-14 Eric Anholti965/fs: Constant-fold immediates in src0 of SEL instru...
2011-04-14 Eric Anholti965/fs: Constant-fold immediates in src0 of CMP instru...
2011-04-14 Eric Anholtglsl: Perform type checking on "^^" operands.
2011-04-13 Eric Anholtglsl: When we've emitted a semantic error for ==, retur...
2011-04-13 Eric Anholtglsl: Semantically check the RHS of `||' even when...
2011-04-13 Eric Anholtglsl: Semantically check the RHS of `&&' even when...
2011-04-13 Eric Anholtglsl: Avoid cascading errors when looking for a scalar...
2011-04-13 Eric Anholtglsl/opt_cpe: Reenable opt_copy_propagation_elements...
2011-04-13 Eric Anholtglsl/opt_cpe: Fix a crash when a kill kills for two...
2011-04-13 Eric Anholtglsl/opt_cpe: Kill when the assignment isn't something...
2011-04-13 Brian Paulsvga: defined QSZ in terms of SVGA3D_MAX_DRAW_PRIMITIVE...
2011-04-13 Brian Paulsvga: define SVGA3D_MAX_DRAW_PRIMITIVE_RANGES and updat...
2011-04-13 Brian Paulst/mesa: minor clean-ups in update_textures()
2011-04-13 Brian Paulmesa: 80-column wrapping and whitespace fixes
2011-04-13 Brian Paulmesa: fix some comments in sampler object code
2011-04-13 Chad Versacei965: Change assertion condition from implicit to explicit
2011-04-13 Chad Versacei965: Define BRW_DEPTHFORMAT_D24_UNORM_X8_UINT
2011-04-13 Chad Versacei965: Document brw_context.state.depth_region
2011-04-13 Chad Versacei965: Remove unnecessary release/reference of brw_conte...
next