i965: Remove spurious duplicate ADVANCE_BATCH
[mesa.git] / src / mesa /
2011-02-21 Chris Wilsoni965: Remove spurious duplicate ADVANCE_BATCH
2011-02-21 Chris Wilsoni915: Emit a single relocation per vbo
2011-02-21 Chris Wilsoni915: Suppress emission of redundant stencil updates
2011-02-21 Chris Wilsoni915: Separate BLEND from general context state.
2011-02-21 Chris Wilsoni915: Only flag context changes if the actual state...
2011-02-21 Chris Wilsoni915: suppress repeated sampler state emission
2011-02-21 Chris Wilsoni915: Eliminate redundant CONSTANTS updates
2011-02-21 Chris Wilsoni965: Use compiler builtins when available
2011-02-21 Chris Wilsoni965: Micro-optimise check_state
2011-02-21 Chris Wilsonintel: use throttle ioctl for throttling
2011-02-21 Chris Wilsoni965: Remove unused 'next_free_page' member
2011-02-21 Chris Wilsonintel: Skip the flush before read-pixels via blit
2011-02-21 Chris Wilsonintel: extend current vertex buffers
2011-02-21 Chris Wilsonintel: Use specified alignment for writes into the...
2011-02-21 Chris Wilsoni965: Clean up brw_prepare_vertices()
2011-02-21 Chris Wilsonintel: combine short memcpy using a temporary allocated...
2011-02-21 Chris Wilsoni965: upload normal arrays as interleaved
2011-02-21 Chris Wilsoni965: interleaved vbo
2011-02-21 Chris Wilsoni965: emit one vb packet per vbo
2011-02-21 Chris Wilsoni965: upload transient indices into the same discontigu...
2011-02-21 Chris Wilsoni965: suppress repeat-emission of identical vertex...
2011-02-21 Chris Wilsoni965: Move repeat-instruction-suppression to batchbuffe...
2011-02-21 Chris Wilsonintel: use pwrite for batch
2011-02-21 Chris Wilsoni965: drop state_bo references to batch_bo
2011-02-21 Chris Wilsoni965: directly write wm state to batch
2011-02-21 Chris Wilsoni965: write cc straight to batch
2011-02-21 Chris Wilsoni965: switch gen6 to use its own cc state bo
2011-02-21 Chris Wilsonintel: Buffered upload
2011-02-21 Chris Wilsonintel: Replace the bo for a complete update
2011-02-21 Chris Wilsoni965: Combine vb upload buffer with the general upload...
2011-02-21 Chris Wilsonintel: Pack dynamic draws together
2011-02-21 Chris Wilsonintel: Use system memory for DYNAMIC_DRAW source objects
2011-02-21 Chris Wilsoni965: Trim the trailing NOOP from 3DSTATE_INDEX_BUFFER
2011-02-21 Chris Wilsoni965: Fallback on encountering a NULL render buffer
2011-02-18 Brian Paulvbo: add debug code to verify that buffers are unmapped...
2011-02-18 Brian Paulmesa: MESA_VERBOSE logging for glRead/Draw/CopyPixels...
2011-02-18 Brian Paulst/mesa: set renderbuffer _BaseFormat in a few places
2011-02-18 Brian Paulst/mesa: check buffer orientation in blit_copy_pixels()
2011-02-18 Marek Olšákst/mesa: fix geometry corruption by always re-binding...
2011-02-18 Cyril BruleboisPoint to bugs.freedesktop.org rather than bugzilla...
2011-02-18 Brian Paulst/mesa: implement blit-based path for glCopyPixels
2011-02-18 Brian Paulmesa: fix comments for _mesa_clip_readpixels()
2011-02-18 Brian Paulst/mesa: indentation fix
2011-02-17 Brian Paulst/mesa: fix incorrect glCopyPixels position on fallbac...
2011-02-17 José Fonsecamesa: Do copy propagation across if-else-endif.
2011-02-17 Brian Paulst/mesa: remove unused screen variables
2011-02-17 Brian Paulmesa: remove the MESA_NO_DITHER env var
2011-02-17 Brian Paulmesa: make _mesa_write_renderbuffer_image() non-static
2011-02-17 Brian Paulmesa: 80-column wrap
2011-02-16 Marek Olšákmesa: fix texture3D mipmap generation for UNSIGNED_BYTE...
2011-02-16 Marek Olšákmesa: fix mipmap generation for MESA_FORMAT_AL44
2011-02-16 José Fonsecamesa: Remove the DXT compression via blit path.
2011-02-16 Brian Paulmesa: use gl_format type instead of GLuint
2011-02-15 Chad Versacetnl: Add support for datatype GL_FIXED in vertex arrays
2011-02-15 Marek Olšákgallium: add usage parameter to pipe_buffer_create
2011-02-15 Dave Airliest/mesa: fix compressed mipmap generation.
2011-02-15 Marek Olšákst/mesa: fix GLES build
2011-02-14 Fabian Bielerst/mesa: Use blend equation and function of first rende...
2011-02-14 Marek Olšákgallium: notify drivers about possible changes in user...
2011-02-14 Marek Olšákst/mesa: set vertex arrays state only when necessary
2011-02-14 Marek Olšákgallium: remove pipe_vertex_buffer::max_index
2011-02-14 Marek Olšákgallium: always save and restore vertex buffers using...
2011-02-14 Marek Olšákvbo: bind arrays only when necessary
2011-02-14 Marek Olšákvbo: notify a driver that we change buffer offsets...
2011-02-12 Eric Anholtdri: Remove the old metaops code which has been superce...
2011-02-12 Eric Anholtradeon: Remove setup of the old dri/ meta code, which...
2011-02-12 Eric Anholtintel: Remove setup of the old dri/ meta code, which...
2011-02-12 Tom Stellardr300/compiler: Don't erase sources when converting...
2011-02-12 Christopher James... mesa: Optionally build a dricore support library (v3)
2011-02-11 Ian Romanickir_to_mesa: Don't dereference a NULL pointer during...
2011-02-11 Benjamin Franzkest/mesa: Fix surfaceless opengl with non-dummy contexts
2011-02-11 Brian Paulmesa: remove some unused gl_shader fields
2011-02-11 Kenneth Graunkemesa: Remove empty header file s_trispan.h.
2011-02-11 Marek Olšákst/mesa: allow rendering to sRGB textures if EXT_fb_srg...
2011-02-10 Ian Romanicki915: Force lowering of all types of indirect array...
2011-02-10 Ian Romanicki915: Calculate partial result to temp register first
2011-02-10 Dave Airliemesa/st: enable GL_EXT_framebuffer_sRGB
2011-02-09 Thomas Hellstrommesa/st: Clean up vertex buffer unreferencing
2011-02-09 Brian Paulr200: add cast to silence warning
2011-02-09 Brian Paulmesa: remove unused BITFIELD64 macros
2011-02-09 Brian Paulmesa: remove _mesa_create_context_for_api()
2011-02-09 Brian Paulmesa: remove _mesa_initialize_context_for_api()
2011-02-09 Brian Paulmesa: add/update VERBOSE_API logging
2011-02-09 Brian Paulst/mesa: fix shader deletion regression
2011-02-09 Kenneth Graunkei965: Add missing DEFINE_BITS for brw dirty bits.
2011-02-09 Kenneth Graunkei965: Separate the BRW_NEW_(VS|WM)_CONSTBUF dirty bits.
2011-02-09 Kenneth Graunkei965: Rename a few more commands to match the documenta...
2011-02-08 Eric Anholti965: Remove pointless keying of WM state on VUE size.
2011-02-08 Eric Anholtmesa: Fix the Mesa IR copy propagation to not read...
2011-02-08 Thomas Hellstrommesa/st: Plug a fragment program variant parameter...
2011-02-08 Brian Paulst/mesa: free the temporary bitmap/drawpix shader code
2011-02-08 Thomas Hellstrommesa/st: Fix vertex buffer leak
2011-02-07 Benjamin Franzkeintel: Implement dri2::{Allocate,Release}Buffer
2011-02-07 Benjamin FranzkeAdd dri2::{Allocate,Release}Buffer extension
2011-02-06 Tom Stellardr300/compiler: Disable register rename pass on r500
2011-02-05 Tom Stellardr300/compiler: Don't count BEGIN_TEX instructions in...
2011-02-05 Dave Airliemesa/965: add support for GL_EXT_framebuffer_sRGB (v2)
2011-02-04 Ian Romanickmesa: Fix error checks in GetVertexAttrib functions
2011-02-04 Eric Anholti965: Drop the dead tracking of color_regions[].
2011-02-04 Eric Anholti965: Drop the INTEL_DEBUG=state spam about the cache...
next