| Commit message (Expand) | Author | Age | Files | Lines |
* | swrast: Remove support for GL_NV_vertex_program. | Eric Anholt | 2012-10-15 | 1 | -1/+0 |
* | r200: Remove support for software-only NV_vertex_program. | Eric Anholt | 2012-10-15 | 4 | -18/+1 |
* | intel: Remove NV_vertex_program support. | Eric Anholt | 2012-10-15 | 3 | -9/+0 |
* | i965/vp: Remove more code for unused opcodes. | Eric Anholt | 2012-10-15 | 1 | -55/+1 |
* | intel: print debug either to stdout or `logcat' depending on platform. | Oliver McFadden | 2012-10-12 | 2 | -4/+16 |
* | i965/vs: Add support for splitting virtual GRFs. | Eric Anholt | 2012-10-10 | 3 | -0/+62 |
* | i965/vs: Try again when we've successfully spilled a reg. | Eric Anholt | 2012-10-10 | 3 | -10/+16 |
* | i965/vs: Implement register spilling. | Kenneth Graunke | 2012-10-10 | 3 | -1/+144 |
* | i965/vs: Fix unit mismatch in scratch base_offset parameter. | Kenneth Graunke | 2012-10-10 | 3 | -4/+8 |
* | intel: Add missing #include <time.h> | Quentin Glidic | 2012-10-09 | 1 | -0/+1 |
* | i965: Delete some dead code from brw_eu_emit.c. | Kenneth Graunke | 2012-10-09 | 2 | -120/+0 |
* | i965/fs: Improve performance of copy/constant propagation. | Eric Anholt | 2012-10-08 | 2 | -18/+30 |
* | i965/fs: Move constant propagation to the same codebase as copy prop. | Eric Anholt | 2012-10-08 | 3 | -165/+124 |
* | i965: Remove the old ARB_fragment_program backend. | Eric Anholt | 2012-10-08 | 9 | -4810/+0 |
* | i965: Replace brw_wm_* with dumping code into the fs_visitor. | Eric Anholt | 2012-10-08 | 10 | -109/+860 |
* | i965: Reduce maximum GL_ARB_fragment_program instruction count to 1024. | Eric Anholt | 2012-10-08 | 1 | -4/+4 |
* | i965/fs: Add a couple more algebraic cases that help some ARB_fp patterns. | Eric Anholt | 2012-10-08 | 1 | -0/+23 |
* | i965/fs: Pull ir_binop_min/ir_binop_max handling to a separate function. | Eric Anholt | 2012-10-08 | 2 | -31/+23 |
* | i965/fs: Refactor rectangle/GL_CLAMP texture coordinate adjustment. | Eric Anholt | 2012-10-08 | 2 | -21/+16 |
* | i965/fs: Pass fragment depth to the fb write as a fs_reg, not an ir_variable. | Eric Anholt | 2012-10-08 | 2 | -7/+4 |
* | meta: Make shader template literal strings be parameters to asprintf | Ian Romanick | 2012-10-07 | 1 | -25/+18 |
* | meta: Always enable GL_EXT_texture_array in mipmap shader | Ian Romanick | 2012-10-07 | 1 | -7/+2 |
* | meta: Since mipmap output type is always vec4, don't sprintf it | Ian Romanick | 2012-10-07 | 1 | -2/+2 |
* | meta: Don't use GLSL 1.30 shader on OpenGL ES 2 | Ian Romanick | 2012-10-07 | 1 | -1/+1 |
* | meta: Rearrange shader creation in setup_glsl_generate_mipmap | Ian Romanick | 2012-10-07 | 1 | -42/+43 |
* | meta: Remove unsafe global mem_ctx pointer | Ian Romanick | 2012-10-07 | 1 | -1/+1 |
* | mesa: remove the driverCtx parameter to _mesa_create/initialize_context() | Brian Paul | 2012-10-05 | 7 | -7/+7 |
* | radeon/r200: remove use of gl_context::DriverCtx field | Brian Paul | 2012-10-05 | 4 | -8/+16 |
* | radeon/r200: make radeon_context subclass of gl_context | Brian Paul | 2012-10-05 | 27 | -105/+106 |
* | intel: Fix intel_texsubimage_tiled_memcpy to skip GL_EXT_unpack_subimage case | Rob Bradford | 2012-10-03 | 1 | -1/+4 |
* | dri drivers: Link dricommon before dynamic libraries | Matt Turner | 2012-10-03 | 5 | -10/+10 |
* | build: Add visibility CFLAGS to OSMesa | Matt Turner | 2012-10-01 | 1 | -2/+4 |
* | build: Link OSMesa with glapi, libdl, libstdc++ | Matt Turner | 2012-10-01 | 1 | -5/+12 |
* | build: Set visibility CFLAGS in dri/swrast | Matt Turner | 2012-10-01 | 1 | -1/+2 |
* | build: Set visibility CFLAGS in dri/r200 | Matt Turner | 2012-10-01 | 1 | -0/+1 |
* | build: Set visibility CFLAGS in dri/radeon | Matt Turner | 2012-10-01 | 1 | -0/+1 |
* | build: Set visibility CFLAGS in dri/nouveau | Matt Turner | 2012-10-01 | 1 | -0/+1 |
* | build: Set visibility CFLAGS in dri/i915 | Matt Turner | 2012-10-01 | 1 | -0/+1 |
* | build: Set visibility CFLAGS in dri/common | Matt Turner | 2012-10-01 | 1 | -1/+2 |
* | intel: add support for ANGLE_texture_compression_dxt. | Oliver McFadden | 2012-10-01 | 1 | -0/+1 |
* | i965: Complain about variable index lowering when INTEL_DEBUG=perf. | Kenneth Graunke | 2012-09-29 | 1 | -2/+8 |
* | i965: Dump linked shaders on MESA_GLSL=dump. | Kenneth Graunke | 2012-09-29 | 1 | -0/+9 |
* | intel/i965: Disable SampleAlphaToOne if dual source blending enabled | Anuj Phogat | 2012-09-29 | 1 | -2/+11 |
* | i965: brwInitVtbl needs to know the chipset generation | Ian Romanick | 2012-09-28 | 2 | -0/+6 |
* | i915: Don't free the intel_context structure when intelCreateContext fails. | Ian Romanick | 2012-09-28 | 1 | -3/+0 |
* | i965: Don't free the intel_context structure when intelCreateContext fails. | Ian Romanick | 2012-09-28 | 1 | -3/+2 |
* | intel: Don't call intelDestroyContext if there is no context to destroy | Ian Romanick | 2012-09-28 | 1 | -1/+3 |
* | dri_util: Use calloc to allocate __DRIcontext | Ian Romanick | 2012-09-28 | 1 | -1/+1 |
* | intel: Fix yet-another-bug in intel_texsubimage_tiled_memcpy | Chad Versace | 2012-09-28 | 1 | -0/+2 |
* | meta: Use float for temporary images, not (un)signed normalized. | Kenneth Graunke | 2012-09-27 | 1 | -4/+8 |