summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)AuthorFilesLines
2011-02-18st/mesa: fix geometry corruption by always re-binding vertex arraysMarek Olšák1-1/+3
2011-02-18Point to bugs.freedesktop.org rather than bugzilla.freedesktop.orgCyril Brulebois1-1/+1
2011-02-17st/mesa: implement blit-based path for glCopyPixelsBrian Paul1-0/+114
2011-02-17mesa: fix comments for _mesa_clip_readpixels()Brian Paul1-2/+2
2011-02-17st/mesa: indentation fixBrian Paul1-1/+1
2011-02-17st/mesa: fix incorrect glCopyPixels position on fallback pathBrian Paul1-3/+4
2011-02-17mesa: Do copy propagation across if-else-endif.José Fonseca1-2/+28
2011-02-17st/mesa: remove unused screen variablesBrian Paul1-2/+0
2011-02-17mesa: remove the MESA_NO_DITHER env varBrian Paul3-16/+0
2011-02-16mesa: make _mesa_write_renderbuffer_image() non-staticBrian Paul2-3/+14
2011-02-16mesa: 80-column wrapBrian Paul1-2/+2
2011-02-16mesa: fix texture3D mipmap generation for UNSIGNED_BYTE_3_3_2 and 4_4Marek Olšák1-2/+2
2011-02-16mesa: fix mipmap generation for MESA_FORMAT_AL44Marek Olšák4-1/+61
2011-02-16mesa: Remove the DXT compression via blit path.José Fonseca2-157/+1
2011-02-16mesa: use gl_format type instead of GLuintBrian Paul1-2/+2
2011-02-15tnl: Add support for datatype GL_FIXED in vertex arraysChad Versace1-0/+40
2011-02-15gallium: add usage parameter to pipe_buffer_createMarek Olšák5-6/+31
2011-02-15st/mesa: fix compressed mipmap generation.Dave Airlie1-6/+4
2011-02-15st/mesa: fix GLES buildMarek Olšák1-1/+1
2011-02-14st/mesa: Use blend equation and function of first render target for all rende...Fabian Bieler1-8/+11
2011-02-14gallium: notify drivers about possible changes in user buffer contentsMarek Olšák3-0/+48
2011-02-14st/mesa: set vertex arrays state only when necessaryMarek Olšák1-182/+110
2011-02-14gallium: remove pipe_vertex_buffer::max_indexMarek Olšák2-6/+0
2011-02-14gallium: always save and restore vertex buffers using cso_cacheMarek Olšák5-4/+13
2011-02-14vbo: bind arrays only when necessaryMarek Olšák3-0/+8
2011-02-14vbo: notify a driver that we change buffer offsets, strides, etc.Marek Olšák2-0/+2
2011-02-12dri: Remove the old metaops code which has been superceded by ../common/Eric Anholt3-374/+1
2011-02-12radeon: Remove setup of the old dri/ meta code, which is now unused.Eric Anholt3-7/+1
2011-02-12intel: Remove setup of the old dri/ meta code, which is now unused.Eric Anholt2-7/+1
2011-02-11r300/compiler: Don't erase sources when converting RGB->AlphaTom Stellard1-6/+0
2011-02-11mesa: Optionally build a dricore support library (v3)Christopher James Halse Rogers3-15/+57
2011-02-11ir_to_mesa: Don't dereference a NULL pointer during copy propagationIan Romanick1-0/+3
2011-02-11st/mesa: Fix surfaceless opengl with non-dummy contextsBenjamin Franzke1-10/+5
2011-02-11mesa: remove some unused gl_shader fieldsBrian Paul1-2/+0
2011-02-10mesa: Remove empty header file s_trispan.h.Kenneth Graunke6-36/+0
2011-02-11st/mesa: allow rendering to sRGB textures if EXT_fb_srgb is unsupportedMarek Olšák1-5/+24
2011-02-10i915: Force lowering of all types of indirect array accesses in the FSIan Romanick1-3/+11
2011-02-10i915: Calculate partial result to temp register firstIan Romanick1-8/+8
2011-02-10mesa/st: enable GL_EXT_framebuffer_sRGBDave Airlie3-3/+14
2011-02-09mesa/st: Clean up vertex buffer unreferencingThomas Hellstrom1-10/+9
2011-02-08r200: add cast to silence warningBrian Paul1-1/+1
2011-02-08mesa: remove unused BITFIELD64 macrosBrian Paul1-16/+1
2011-02-08mesa: remove _mesa_create_context_for_api()Brian Paul14-44/+23
2011-02-08mesa: remove _mesa_initialize_context_for_api()Brian Paul9-42/+19
2011-02-08mesa: add/update VERBOSE_API loggingBrian Paul8-6/+113
2011-02-08st/mesa: fix shader deletion regressionBrian Paul1-3/+4
2011-02-08i965: Add missing DEFINE_BITS for brw dirty bits.Kenneth Graunke1-0/+4
2011-02-08i965: Separate the BRW_NEW_(VS|WM)_CONSTBUF dirty bits.Kenneth Graunke1-1/+1
2011-02-08i965: Rename a few more commands to match the documentation.Kenneth Graunke2-5/+5
2011-02-08i965: Remove pointless keying of WM state on VUE size.Eric Anholt1-4/+0