summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)Author
2011-02-21i915: Eliminate redundant CONSTANTS updatesChris Wilson
2011-02-21i965: Use compiler builtins when availableChris Wilson
2011-02-21i965: Micro-optimise check_stateChris Wilson
2011-02-21intel: use throttle ioctl for throttlingChris Wilson
2011-02-21i965: Remove unused 'next_free_page' memberChris Wilson
2011-02-21intel: Skip the flush before read-pixels via blitChris Wilson
2011-02-21intel: extend current vertex buffersChris Wilson
2011-02-21intel: Use specified alignment for writes into the upload bufferChris Wilson
2011-02-21i965: Clean up brw_prepare_vertices()Chris Wilson
2011-02-21intel: combine short memcpy using a temporary allocated bufferChris Wilson
2011-02-21i965: upload normal arrays as interleavedChris Wilson
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