| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | mesa: Convert depth glGetTexImage() to using MapTextureImage(). | Brian Paul | 2011-09-27 | 2 | -8/+14 |
* | mesa: Convert depth/stencil glGetTexImage() to using MapTextureImage(). | Brian Paul | 2011-09-27 | 2 | -8/+21 |
* | mesa: Switch ycbcr glGetTexImage() to using MapTextureImage(). | Brian Paul | 2011-09-27 | 1 | -5/+12 |
* | mesa: Switch memcpy fast-path of glGetTexImage() to using MapTextureImage(). | Brian Paul | 2011-09-27 | 1 | -9/+15 |
* | mesa: Update comments/assertions about buffer mapping for glGetTexImage(). | Brian Paul | 2011-09-27 | 1 | -4/+3 |
* | mesa: Convert GetCompressedTexImage to using MapTextureImage(). | Brian Paul | 2011-09-27 | 6 | -129/+37 |
* | gallium: move border color to be a color union | Dave Airlie | 2011-09-27 | 19 | -43/+44 |
* | mesa: Allow override of GL version with environment variable | Chad Versace | 2011-09-27 | 2 | -0/+29 |
* | mesa: Make enable.c and get.c properly range check clip flags. | Paul Berry | 2011-09-27 | 2 | -14/+56 |
* | mesa: fix indentation in mipmap.c (3 spaces) | Brian Paul | 2011-09-26 | 1 | -2/+2 |
* | i965/vs: Fix access beyond array bounds for non-GRF operands. | Eric Anholt | 2011-09-26 | 1 | -3/+3 |
* | intel: Rename region->buffer to region->bo, and remove accessor function. | Eric Anholt | 2011-09-26 | 19 | -96/+73 |
* | intel: Drop stale comment about CopyTexSubImage. | Eric Anholt | 2011-09-26 | 1 | -4/+0 |
* | intel: Rely on AllocTextureImageBuffer for our teximage fallbacks. | Eric Anholt | 2011-09-26 | 1 | -19/+5 |
* | intel: Rely on mesa core for compressed texture image uploading. | Eric Anholt | 2011-09-26 | 1 | -58/+20 |
* | intel: Allow src == NULL and *dst != NULL in intel_miptree_reference(). | Eric Anholt | 2011-09-26 | 3 | -10/+11 |
* | intel: Drop the "intel" argument to intel_miptree_release(). | Eric Anholt | 2011-09-26 | 6 | -16/+10 |
* | intel: Drop the immediate validation of the texture object in TFP. | Eric Anholt | 2011-09-26 | 1 | -10/+0 |
* | intel: Fix improper freeing of texture data in TFP. | Eric Anholt | 2011-09-26 | 1 | -4/+1 |
* | intel: Refactor texture_from_pixmap and EGL_image region binding. | Eric Anholt | 2011-09-26 | 1 | -55/+49 |
* | intel: Drop some extra equality checks on reference/release functions. | Eric Anholt | 2011-09-26 | 2 | -22/+8 |
* | i965: Set the pre/post-blend color clamp flags. | Eric Anholt | 2011-09-26 | 1 | -0/+20 |
* | i965/fs: Split generate_math into gen4/gen6 and 1/2 operand variants. | Kenneth Graunke | 2011-09-26 | 2 | -54/+89 |
* | swrast: always call _swrast_choose_texture_sample_func() | Brian Paul | 2011-09-26 | 1 | -1/+1 |
* | mesa: Remove EXT_abgr extension enable flag | Ian Romanick | 2011-09-26 | 2 | -3/+1 |
* | mesa: Remove EXT_bgra and EXT_texture_format_BGRA8888 extension enable flags | Ian Romanick | 2011-09-26 | 6 | -11/+9 |
* | mesa: Remove OES_read_format extension enable flag | Ian Romanick | 2011-09-26 | 3 | -11/+3 |
* | mesa: Remove all mention of EXT_vertex_array_set | Ian Romanick | 2011-09-26 | 2 | -2/+0 |
* | mesa: Fix extension year for EXT_texture_env_combine | Ian Romanick | 2011-09-26 | 1 | -1/+1 |
* | mesa: Remove many extension enable flags | Ian Romanick | 2011-09-26 | 7 | -94/+23 |
* | intel: Remove redundant GL_ARB_window_pos enable | Ian Romanick | 2011-09-26 | 1 | -1/+0 |
* | dri: Remove redundant GL_SGIS_texture_edge_clamp enables | Ian Romanick | 2011-09-26 | 5 | -5/+0 |
* | i965: Emit depth stalls and flushes before changing depth state on Gen6+. | Kenneth Graunke | 2011-09-26 | 3 | -1/+44 |
* | intel: Introduce a new intel_context::gt field to go along with gen. | Kenneth Graunke | 2011-09-26 | 3 | -3/+11 |
* | intel: Remove intel_context::has_xrgb_textures/has_luminance_srgb. | Kenneth Graunke | 2011-09-26 | 2 | -28/+13 |
* | i965: Fix incorrect maximum PS thread count shift on Ivybridge. | Kenneth Graunke | 2011-09-26 | 1 | -1/+1 |
* | r600g: add index_bias to index buffer bounds | Marek Olšák | 2011-09-26 | 1 | -0/+5 |
* | u_vbuf_mgr: fix uploading with a non-zero index bias | Marek Olšák | 2011-09-26 | 1 | -4/+11 |
* | u_vbuf_mgr: dereference some pointers only once etc. | Marek Olšák | 2011-09-26 | 1 | -10/+13 |
* | u_vbuf_mgr: rework user buffer uploads | Marek Olšák | 2011-09-26 | 1 | -36/+58 |
* | u_vbuf_mgr: remove unused flag U_VBUF_UPLOAD_FLUSHED | Marek Olšák | 2011-09-26 | 2 | -21/+6 |
* | u_vbuf_mgr: s/u_vbuf_mgr_/u_vbuf_ | Marek Olšák | 2011-09-26 | 9 | -82/+81 |
* | u_vbuf_mgr: fix max_index computation for large src_offset | Marek Olšák | 2011-09-26 | 1 | -8/+8 |
* | u_vbuf_mgr: don't take per-instance attribs into acc. when computing max index | Marek Olšák | 2011-09-26 | 1 | -1/+2 |
* | u_vbuf_mgr: cleanup original vs real vertex buffer arrays | Marek Olšák | 2011-09-26 | 5 | -47/+45 |
* | intel: fix potential segfault error at intel_(un)map_texture_image | Yuanhan Liu | 2011-09-26 | 1 | -2/+3 |
* | nouveau: fix crash during fence emission | Marcin Slusarz | 2011-09-25 | 1 | -2/+2 |
* | mesa: Also set the remaining draw buffers to GL_NONE when updating just the f... | Henri Verbeet | 2011-09-25 | 1 | -15/+14 |
* | postprocess: Portability fixes. | José Fonseca | 2011-09-25 | 3 | -24/+27 |
* | noop: Always use memory allocation macros. | José Fonseca | 2011-09-25 | 1 | -2/+2 |