summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)Author
2011-02-21i965: interleaved vboChris Wilson
2011-02-21i965: emit one vb packet per vboChris Wilson
2011-02-21i965: upload transient indices into the same discontiguous bufferChris Wilson
2011-02-21i965: suppress repeat-emission of identical vertex elementsChris Wilson
2011-02-21i965: Move repeat-instruction-suppression to batchbuffer coreChris Wilson
2011-02-21intel: use pwrite for batchChris Wilson
2011-02-21i965: drop state_bo references to batch_boChris Wilson
2011-02-21i965: directly write wm state to batchChris Wilson
2011-02-21i965: write cc straight to batchChris Wilson
2011-02-21i965: switch gen6 to use its own cc state boChris Wilson
2011-02-21intel: Buffered uploadChris Wilson
2011-02-21intel: Replace the bo for a complete updateChris Wilson
2011-02-21i965: Combine vb upload buffer with the general upload bufferChris Wilson
2011-02-21intel: Pack dynamic draws togetherChris Wilson
2011-02-21intel: Use system memory for DYNAMIC_DRAW source objectsChris Wilson
2011-02-21i965: Trim the trailing NOOP from 3DSTATE_INDEX_BUFFERChris Wilson
2011-02-21i965: Fallback on encountering a NULL render bufferChris Wilson
2011-02-18vbo: add debug code to verify that buffers are unmapped before drawingBrian Paul
2011-02-18mesa: MESA_VERBOSE logging for glRead/Draw/CopyPixels, glBlitFramebufferBrian Paul
2011-02-18st/mesa: set renderbuffer _BaseFormat in a few placesBrian Paul
2011-02-18st/mesa: check buffer orientation in blit_copy_pixels()Brian Paul
2011-02-18st/mesa: fix geometry corruption by always re-binding vertex arraysMarek Olšák
2011-02-18Point to bugs.freedesktop.org rather than bugzilla.freedesktop.orgCyril Brulebois
2011-02-17st/mesa: implement blit-based path for glCopyPixelsBrian Paul
2011-02-17mesa: fix comments for _mesa_clip_readpixels()Brian Paul
2011-02-17st/mesa: indentation fixBrian Paul
2011-02-17st/mesa: fix incorrect glCopyPixels position on fallback pathBrian Paul
2011-02-17mesa: Do copy propagation across if-else-endif.José Fonseca
2011-02-17st/mesa: remove unused screen variablesBrian Paul
2011-02-17mesa: remove the MESA_NO_DITHER env varBrian Paul
2011-02-16mesa: make _mesa_write_renderbuffer_image() non-staticBrian Paul
2011-02-16mesa: 80-column wrapBrian Paul
2011-02-16mesa: fix texture3D mipmap generation for UNSIGNED_BYTE_3_3_2 and 4_4Marek Olšák
2011-02-16mesa: fix mipmap generation for MESA_FORMAT_AL44Marek Olšák
2011-02-16mesa: Remove the DXT compression via blit path.José Fonseca
2011-02-16mesa: use gl_format type instead of GLuintBrian Paul
2011-02-15tnl: Add support for datatype GL_FIXED in vertex arraysChad Versace
2011-02-15gallium: add usage parameter to pipe_buffer_createMarek Olšák
2011-02-15st/mesa: fix compressed mipmap generation.Dave Airlie
2011-02-15st/mesa: fix GLES buildMarek Olšák
2011-02-14st/mesa: Use blend equation and function of first render target for all rende...Fabian Bieler
2011-02-14gallium: notify drivers about possible changes in user buffer contentsMarek Olšák
2011-02-14st/mesa: set vertex arrays state only when necessaryMarek Olšák
2011-02-14gallium: remove pipe_vertex_buffer::max_indexMarek Olšák
2011-02-14gallium: always save and restore vertex buffers using cso_cacheMarek Olšák
2011-02-14vbo: bind arrays only when necessaryMarek Olšák
2011-02-14vbo: notify a driver that we change buffer offsets, strides, etc.Marek Olšák
2011-02-12dri: Remove the old metaops code which has been superceded by ../common/Eric Anholt
2011-02-12radeon: Remove setup of the old dri/ meta code, which is now unused.Eric Anholt
2011-02-12intel: Remove setup of the old dri/ meta code, which is now unused.Eric Anholt