summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* vbo: add some commentsBrian Paul2012-05-082-1/+7
* mesa: remove needless casts in save_EdgeFlag()Brian Paul2012-05-081-1/+1
* mesa: minor clean-ups in dlist material codeBrian Paul2012-05-081-7/+15
* mesa: fix error strings in dlist codeBrian Paul2012-05-081-4/+4
* mesa: add gl_context::NewDriverState and use it for vertex arraysMarek Olšák2012-05-0813-8/+46
* mesa: move gl_client_array*[] from vbo_draw_func into gl_contextMarek Olšák2012-05-0818-31/+61
* vbo: move vbo_draw_method into vbo_context.hMarek Olšák2012-05-085-40/+38
* i965/Gen7: Work around GPU hangs due to misaligned depth coordinate offsets.Paul Berry2012-05-072-0/+54
* i965/Gen6: Work around GPU hangs due to misaligned depth coordinate offsets.Paul Berry2012-05-072-0/+54
* fbo: Only reuse depth/stencil attachments if the parameters match.Paul Berry2012-05-071-3/+11
* i965: Fix mipmap offsets for HiZ and separate stencil buffers.Paul Berry2012-05-078-60/+319
* intel: Disable ARB_framebuffer_object in ES contextsChad Versace2012-05-071-2/+0
* mesa: Add primitive restart support to glArrayElementJordan Justen2012-05-051-1/+9
* intel: Remove pointless software fallback for glBitmap on Gen6.Kenneth Graunke2012-05-041-4/+0
* mesa: Prevent buffer underrun when handling MESA_GL_EXTENSION_OVERRIDE.Eric Anholt2012-05-041-1/+1
* i965/fs: Fix regression in comparison handling from ANDs change.Eric Anholt2012-05-042-0/+18
* i965: Add a comment about the state flag for sRGBEnabled.Eric Anholt2012-05-042-4/+10
* intel: Return success when asked to allocate a 0-width/height renderbuffer.Eric Anholt2012-05-041-0/+3
* i965: Add support for GL_ARB_draw_buffers_blend.Eric Anholt2012-05-042-6/+10
* mesa: do more teximage error checking for generic compressed formatsBrian Paul2012-05-041-2/+30
* gbm: Add gbm_bo_write entry pointKristian Høgsberg2012-05-032-2/+31
* mesa: add _mesa_shader_debug()Dylan Noblesmith2012-05-022-0/+46
* dri/nv10-nv20: Add support for S3TCViktor Novotný2012-05-024-0/+28
* dri/nouveau: Add general support for compressed formats.Viktor Novotný2012-05-024-33/+138
* xlib: use _mesa_is_winsys/user_fbo() helpersBrian Paul2012-05-011-5/+6
* intel: use _mesa_is_winsys/user_fbo() helpersBrian Paul2012-05-0116-32/+48
* nouveau: use _mesa_is_winsys/user_fbo() helpersBrian Paul2012-05-013-3/+7
* radeon: use _mesa_is_winsys/user_fbo() helpersBrian Paul2012-05-014-10/+14
* i965: Support Android RGBX8888 format for EGL generated imagesSean V Kelley2012-04-302-0/+12
* intel: set dri_format field for all imagesAnder Conselvan de Oliveira2012-04-301-0/+18
* intel: properly return the image format on intel_query_imageAnder Conselvan de Oliveira2012-04-301-1/+2
* mesa: reject immutable textures in glEGLImageTargetTexture2DOES()Dylan Noblesmith2012-04-301-0/+7
* mesa: require GL_MAX_SAMPLES >= 4 for GL 3.0Dylan Noblesmith2012-04-291-0/+1
* autoconf: pass -Wall to automakeDylan Noblesmith2012-04-292-6/+6
* i965/fs: Fix FB writes that tried to use the non-existent m16 register.Kenneth Graunke2012-04-271-1/+4
* mesa/st: Fix derreference after free.José Fonseca2012-04-251-2/+6
* i965/vs: Fix texelFetchOffset()Eric Anholt2012-04-241-3/+23
* i965/fs: Fix texelFetchOffset()Eric Anholt2012-04-241-6/+21
* u_vbuf: take advantage of all new vertex fetch capsMarek Olšák2012-04-241-1/+3
* st/mesa: always expose ARB_ES2_compatibilityMarek Olšák2012-04-241-3/+1
* st/mesa: always expose ARB_half_float_vertexMarek Olšák2012-04-241-3/+1
* gallium: make user vertex buffers optionalMarek Olšák2012-04-242-0/+29
* st/mesa: use cso_set_index_buffer and cso_draw_vboMarek Olšák2012-04-241-7/+9
* vbo: call UpdateState directly when notifying a driver about _NEW_ARRAYMarek Olšák2012-04-234-14/+5
* vbo: do FLUSH_CURRENT before validating and updating stateMarek Olšák2012-04-231-10/+16
* st/mesa: no-op glCopyPixels if source region is out of boundsBrian Paul2012-04-231-1/+9
* mesa: move gl_array_attrib::NewState to gl_array_object::NewArraysBrian Paul2012-04-206-18/+10
* i965: Convert live interval computation to using live variable analysis.Eric Anholt2012-04-191-39/+26
* i965: Move the old live interval analysis code next to the new live vars code.Eric Anholt2012-04-192-122/+122
* i965: Add support for live variable analysis using dataflow analysis.Eric Anholt2012-04-193-0/+245