summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* r200: add cast to silence warningBrian Paul2011-02-081-1/+1
* mesa: remove unused BITFIELD64 macrosBrian Paul2011-02-081-16/+1
* mesa: remove _mesa_create_context_for_api()Brian Paul2011-02-0814-44/+23
* mesa: remove _mesa_initialize_context_for_api()Brian Paul2011-02-089-42/+19
* mesa: add/update VERBOSE_API loggingBrian Paul2011-02-088-6/+113
* st/mesa: fix shader deletion regressionBrian Paul2011-02-081-3/+4
* i965: Add missing DEFINE_BITS for brw dirty bits.Kenneth Graunke2011-02-081-0/+4
* i965: Separate the BRW_NEW_(VS|WM)_CONSTBUF dirty bits.Kenneth Graunke2011-02-081-1/+1
* i965: Rename a few more commands to match the documentation.Kenneth Graunke2011-02-082-5/+5
* i965: Remove pointless keying of WM state on VUE size.Eric Anholt2011-02-081-4/+0