| Commit message (Expand) | Author | Age | Files | Lines |
* | ir_to_mesa: Don't assertion fail on remaining GLSL 1.30 ops. | Eric Anholt | 2011-09-28 | 1 | -2/+10 |
* | i965: don't intepolate clip distances on pre-GEN6. | Paul Berry | 2011-09-28 | 1 | -2/+8 |
* | i965 new VS: Fix bugs in pre-GEN6 psiz/flags computation | Paul Berry | 2011-09-28 | 1 | -5/+5 |
* | i965 new VS: Fix src_reg(uint32_t) constructor. | Paul Berry | 2011-09-28 | 1 | -1/+1 |
* | i965 new VS: don't share clip plane constants in pre-GEN6 | Paul Berry | 2011-09-28 | 6 | -43/+55 |
* | i965: Fix a hardcoded user clip plane count. | Paul Berry | 2011-09-28 | 1 | -1/+1 |
* | i965: allow for nonconsecutive elements of gl_ClipDistance to be enabled. | Paul Berry | 2011-09-28 | 3 | -4/+38 |
* | i965: Use 4 bits to store nr_userclip in brw_clip.h. | Paul Berry | 2011-09-28 | 1 | -2/+1 |
* | intel: Remove unused function get_glsl_version() | Chad Versace | 2011-09-28 | 1 | -16/+0 |
* | mesa: Allow overriding GLSL version with environment variable | Chad Versace | 2011-09-28 | 6 | -1/+31 |
* | st/mesa: substitute argument to guess_base_level_size() call | Brian Paul | 2011-09-28 | 1 | -1/+1 |
* | mesa: fix signed/unsigned warning in sscanf() | Brian Paul | 2011-09-28 | 1 | -1/+1 |
* | scons: insert 'git-' into MESA_GIT_SHA1 string | Brian Paul | 2011-09-28 | 1 | -1/+1 |
* | scons: fix write_git_sha1_h_file() issue on Windows | Brian Paul | 2011-09-28 | 1 | -0/+2 |
* | scons: generate git_sha1.h file as with Makefile build | Brian Paul | 2011-09-28 | 1 | -6/+35 |
* | i965: Allow SIMD16 color writes on Ivybridge. | Kenneth Graunke | 2011-09-28 | 1 | -1/+1 |
* | i965/fs: Allow SIMD16 with control flow on Ivybridge. | Kenneth Graunke | 2011-09-28 | 1 | -1/+1 |
* | intel: Fix compiler warnings from the depth stall flush commit. | Eric Anholt | 2011-09-27 | 1 | -0/+1 |
* | radeon: Drop mapping we were doing around glGetTexImage(). | Eric Anholt | 2011-09-27 | 7 | -86/+0 |
* | nouveau: Drop mapping we were doing around glGetTexImage(). | Eric Anholt | 2011-09-27 | 1 | -14/+0 |
* | intel: Drop our custom glGetTexImage() code. | Eric Anholt | 2011-09-27 | 2 | -63/+7 |
* | mesa: Finally, convert RGBA glGetTexImage() to using MapTextureImage(). | Brian Paul | 2011-09-27 | 2 | -44/+38 |
* | 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 | 1 | -1/+1 |
* | mesa: Allow override of GL version with environment variable | Chad Versace | 2011-09-27 | 1 | -0/+25 |
* | 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 |