summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* intel: Replace the bo for a complete updateChris Wilson2011-02-211-6/+13
* i965: Combine vb upload buffer with the general upload bufferChris Wilson2011-02-216-97/+71
* intel: Pack dynamic draws togetherChris Wilson2011-02-217-20/+88
* intel: Use system memory for DYNAMIC_DRAW source objectsChris Wilson2011-02-211-20/+31
* i965: Trim the trailing NOOP from 3DSTATE_INDEX_BUFFERChris Wilson2011-02-211-23/+12
* i965: Fallback on encountering a NULL render bufferChris Wilson2011-02-211-0/+5
* vbo: add debug code to verify that buffers are unmapped before drawingBrian Paul2011-02-181-0/+25
* mesa: MESA_VERBOSE logging for glRead/Draw/CopyPixels, glBlitFramebufferBrian Paul2011-02-183-0/+38
* st/mesa: set renderbuffer _BaseFormat in a few placesBrian Paul2011-02-181-0/+2
* st/mesa: check buffer orientation in blit_copy_pixels()Brian Paul2011-02-181-3/+4
* st/mesa: fix geometry corruption by always re-binding vertex arraysMarek Olšák2011-02-181-1/+3
* Point to bugs.freedesktop.org rather than bugzilla.freedesktop.orgCyril Brulebois2011-02-181-1/+1
* st/mesa: implement blit-based path for glCopyPixelsBrian Paul2011-02-171-0/+114
* mesa: fix comments for _mesa_clip_readpixels()Brian Paul2011-02-171-2/+2
* st/mesa: indentation fixBrian Paul2011-02-171-1/+1
* st/mesa: fix incorrect glCopyPixels position on fallback pathBrian Paul2011-02-171-3/+4
* mesa: Do copy propagation across if-else-endif.José Fonseca2011-02-171-2/+28
* st/mesa: remove unused screen variablesBrian Paul2011-02-171-2/+0
* mesa: remove the MESA_NO_DITHER env varBrian Paul2011-02-173-16/+0
* mesa: make _mesa_write_renderbuffer_image() non-staticBrian Paul2011-02-162-3/+14
* mesa: 80-column wrapBrian Paul2011-02-161-2/+2
* mesa: fix texture3D mipmap generation for UNSIGNED_BYTE_3_3_2 and 4_4Marek Olšák2011-02-161-2/+2
* mesa: fix mipmap generation for MESA_FORMAT_AL44Marek Olšák2011-02-164-1/+61
* mesa: Remove the DXT compression via blit path.José Fonseca2011-02-162-157/+1
* mesa: use gl_format type instead of GLuintBrian Paul2011-02-161-2/+2
* tnl: Add support for datatype GL_FIXED in vertex arraysChad Versace2011-02-151-0/+40
* gallium: add usage parameter to pipe_buffer_createMarek Olšák2011-02-155-6/+31
* st/mesa: fix compressed mipmap generation.Dave Airlie2011-02-151-6/+4
* st/mesa: fix GLES buildMarek Olšák2011-02-151-1/+1
* st/mesa: Use blend equation and function of first render target for all rende...Fabian Bieler2011-02-141-8/+11
* gallium: notify drivers about possible changes in user buffer contentsMarek Olšák2011-02-143-0/+48
* st/mesa: set vertex arrays state only when necessaryMarek Olšák2011-02-141-182/+110
* gallium: remove pipe_vertex_buffer::max_indexMarek Olšák2011-02-142-6/+0
* gallium: always save and restore vertex buffers using cso_cacheMarek Olšák2011-02-145-4/+13
* vbo: bind arrays only when necessaryMarek Olšák2011-02-143-0/+8
* vbo: notify a driver that we change buffer offsets, strides, etc.Marek Olšák2011-02-142-0/+2
* dri: Remove the old metaops code which has been superceded by ../common/Eric Anholt2011-02-123-374/+1
* radeon: Remove setup of the old dri/ meta code, which is now unused.Eric Anholt2011-02-123-7/+1
* intel: Remove setup of the old dri/ meta code, which is now unused.Eric Anholt2011-02-122-7/+1
* r300/compiler: Don't erase sources when converting RGB->AlphaTom Stellard2011-02-111-6/+0
* mesa: Optionally build a dricore support library (v3)Christopher James Halse Rogers2011-02-113-15/+57
* ir_to_mesa: Don't dereference a NULL pointer during copy propagationIan Romanick2011-02-111-0/+3
* st/mesa: Fix surfaceless opengl with non-dummy contextsBenjamin Franzke2011-02-111-10/+5
* mesa: remove some unused gl_shader fieldsBrian Paul2011-02-111-2/+0
* mesa: Remove empty header file s_trispan.h.Kenneth Graunke2011-02-106-36/+0
* st/mesa: allow rendering to sRGB textures if EXT_fb_srgb is unsupportedMarek Olšák2011-02-111-5/+24
* i915: Force lowering of all types of indirect array accesses in the FSIan Romanick2011-02-101-3/+11
* i915: Calculate partial result to temp register firstIan Romanick2011-02-101-8/+8
* mesa/st: enable GL_EXT_framebuffer_sRGBDave Airlie2011-02-103-3/+14
* mesa/st: Clean up vertex buffer unreferencingThomas Hellstrom2011-02-091-10/+9