mesa.git
2011-04-24 Bryan Cainglsl: Fix typos in comments.
2011-04-24 Dave Airlier600g: fix glsl-fs-abs-neg
2011-04-23 Dave Airlier600g: fix bank swizzle calcs for scalar only operations.
2011-04-23 Dave Airlier600g: PV/PS have cycle restrictions in scalar operations
2011-04-23 Eric Anholtmesa: Add some comments about FRAG_RESULT_COLOR vs...
2011-04-23 Eric Anholtmesa: Fix fragment.color (no index) writes with OPTION...
2011-04-23 Eric Anholti965: Don't double-emit fragment.color writes for MRT...
2011-04-23 Eric Anholti965: Fill in the remaining fields of gen5+ sampler...
2011-04-23 Eric Anholti965: Fix batch decode for the gen5+ sampler default...
2011-04-23 Eric Anholtintel: Add support for ARB_sampler_objects.
2011-04-23 Eric Anholti965: Add support for NV_conditional_render.
2011-04-23 Eric Anholtswrast: Disable glAccum drawing during conditional...
2011-04-23 Eric Anholtmeta: Don't do conditional rendering on GenerateMipmaps...
2011-04-23 Eric Anholti965: Add support for ARB_texture_compression_rgtc.
2011-04-23 Eric Anholtmesa: Don't assert on the compressed convertformat...
2011-04-23 Eric Anholtmesa: Choose RGTC formats for GL_COMPRESSED_RED, GL_COM...
2011-04-23 José Fonsecamesa/gdi: Address compiler warnings.
2011-04-23 José Fonsecamesa/gdi: Remove InitCritSections.cpp.
2011-04-23 José FonsecaDrop fx windows driver.
2011-04-23 Jakob Bornecrantzglu: Fix linux build
2011-04-23 Jakob Bornecrantzglu: Clone the enviroment
2011-04-23 José Fonsecadocs: Remove MSVS project files.
2011-04-23 José Fonsecascons: Build glu.
2011-04-23 José Fonsecascons: Build classic mesa gdi driver.
2011-04-23 José Fonsecaosmesa: Fix Mingw build.
2011-04-23 José Fonsecascons: Build osmesa.
2011-04-23 José Fonsecamapi/glapi: Avoid warnings about visibility being unsup...
2011-04-23 José Fonsecamesa/vf: Remove.
2011-04-23 José Fonsecagraw: Replace dead symlinks to delete python statetrack...
2011-04-22 Brian Pauldraw: fix point/line/tri flushing bug in vbuf code
2011-04-22 Marek Olšákr300g: do not advertise color_buffer_float on r300...
2011-04-22 Marek Olšákr300/compiler: fix up error message
2011-04-22 Benjamin Franzkeegl/wayland: Follow buffer.attach removal
2011-04-22 Benjamin Franzkeegl/wayland: Update to buffer.damage addition
2011-04-22 Marek Olšákconfigure.ac: fix up the help text for --enable-gallium...
2011-04-22 Marek Olšákr300g: disallow A16F,L16F,LA16F,I16F texture formats...
2011-04-22 Benjamin Franzkest/egl: Update to wayland protocol,egl changes
2011-04-22 Benjamin Franzkeegl_dri2: Create wl_buffers for pixmap surfaces
2011-04-22 Benjamin Franzkeegl/wayland: Add new version parameter for post_drm
2011-04-22 Benjamin Franzkeegl/wayland: Fix prefixes for interface names
2011-04-22 Marek Olšákswrast: fix readpix clamping
2011-04-22 Kristian HøgsbergWL_bind_wayland_display: clarify that context must...
2011-04-22 Ian Romanicki915: Gut all remaining bits of hardware fog
2011-04-22 Ian Romanicki915: i915_context::vertex_fog is always I915_FOG_NONE...
2011-04-22 Ian Romanicki915: There's always a fragment program
2011-04-22 Ian Romanicki915: Delete disabled try_pixel_fog paths
2011-04-22 Ian Romanickmesa: Kill gl_fragment_program::FogOption with fire
2011-04-22 Ian Romanicki915: gl_fragment_program::FogOption is always GL_NONE...
2011-04-22 Ian Romanicki965: gl_fragment_program::FogOption is always GL_NONE...
2011-04-22 Ian Romanickmesa: gl_fragment_program::FogOption is always GL_NONE...
2011-04-22 Ian Romanickmesa: Fix bugs in ff fragment shader fog handling
2011-04-21 Brian Paulst/mesa: check image size before copy_image_data_to_tex...
2011-04-21 Marek Olšákgalahad,util: warn on resource target mismatch in copy_...
2011-04-21 Marek Olšákst/mesa: implement CopyBufferSubData using resource_cop...
2011-04-21 Marek Olšákgallium: add fallback for copying buffers to all drivers
2011-04-21 Marek Olšákutil: add a simple memcpy path for copying buffers...
2011-04-20 Kenneth Graunkeglsl/ast_to_hir: Only use the local 'type' variable...
2011-04-20 Kenneth Graunkei965: Remove dead vertex buffer structs.
2011-04-20 Kristian Høgsbergwayland-egl: Update to wayland-egl.h changes, drop...
2011-04-20 Brian Paulmesa: fix void pointer arithmetic warning
2011-04-20 Eric Anholtdocs: Mention that GLSL 1.30 is started.
2011-04-20 Eric Anholtdocs: Update for Intel ARB_texture_float and ARB_color_...
2011-04-20 Eric Anholtintel: Add support for ARB_color_buffer_float.
2011-04-20 Eric Anholtmeta: Add support for ARB_color_buffer_float to _mesa_m...
2011-04-20 Eric Anholtmeta: Add support for ARB_color_buffer_float to _mesa_m...
2011-04-20 Eric Anholtintel: Add support for ARB_texture_float.
2011-04-20 Eric Anholtintel: Add support for blit copies of >32bpp formats.
2011-04-20 Eric Anholtmesa: Add renderbuffer accessors for A, I, L, FLOAT32.
2011-04-20 Eric Anholtmesa: Add renderbuffer accessors for MESA_FORMAT_R_FLOA...
2011-04-20 Eric Anholtmesa: Add ChooseTexFormat fallbacks for floating point...
2011-04-20 Eric Anholtmesa: Add renderbuffer accessors for MESA_FORMAT_RGBA_F...
2011-04-20 Eric Anholtswrast: Add LUMINANCE, INTENSITY, LUMINANCE_ALPHA to...
2011-04-20 Alex Deucherr600g: fix userspace fences again
2011-04-19 Fredrik Höglundr600g: don't flush the dest caches on every draw
2011-04-19 Brian Paultranslate: disable clamping of instanced array indexes
2011-04-19 Alex Deucherr600g: add evergreen+ big endian support
2011-04-19 Cédric Canor600g: add big endian support for r6xx/r7xx
2011-04-19 Alex Deucherr600c: add evergreen big endian support
2011-04-19 Cédric Canor600c: add big endian support for r6xx/r7xx
2011-04-19 Brian PaulMakefile: add missing Scons files
2011-04-19 Thierry VignaudMakefile: add missing .cpp, .ll, .yy files
2011-04-19 Dave Airlier600g: add cb support for snorm formats.
2011-04-19 Marek Olšákconfigure.ac: rename --enable-gallium-radeon to --enabl...
2011-04-19 Marek Olšákr200: enable some extensions
2011-04-19 Dave Airlier600g: fix warnings with piglit texture-rg test.
2011-04-19 Dave Airlier600g: make loop const always flush
2011-04-19 Tom Stellardr300/compiler: Fix dataflow analysis bug with ELSE...
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
next