summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* mesa: Remove Mesa IR opcodes that existed only for NV_vertex_program.Eric Anholt2012-10-151-1/+0
* swrast: Remove support for GL_NV_vertex_program.Eric Anholt2012-10-151-1/+0
* r200: Remove support for software-only NV_vertex_program.Eric Anholt2012-10-154-18/+1
* intel: Remove NV_vertex_program support.Eric Anholt2012-10-153-9/+0
* i965/vp: Remove more code for unused opcodes.Eric Anholt2012-10-151-55/+1
* intel: print debug either to stdout or `logcat' depending on platform.Oliver McFadden2012-10-122-4/+16
* i965/vs: Add support for splitting virtual GRFs.Eric Anholt2012-10-103-0/+62
* i965/vs: Try again when we've successfully spilled a reg.Eric Anholt2012-10-103-10/+16
* i965/vs: Implement register spilling.Kenneth Graunke2012-10-103-1/+144
* i965/vs: Fix unit mismatch in scratch base_offset parameter.Kenneth Graunke2012-10-103-4/+8
* intel: Add missing #include <time.h>Quentin Glidic2012-10-091-0/+1
* i965: Delete some dead code from brw_eu_emit.c.Kenneth Graunke2012-10-092-120/+0
* i965/fs: Improve performance of copy/constant propagation.Eric Anholt2012-10-082-18/+30
* i965/fs: Move constant propagation to the same codebase as copy prop.Eric Anholt2012-10-083-165/+124
* i965: Remove the old ARB_fragment_program backend.Eric Anholt2012-10-089-4810/+0
* i965: Replace brw_wm_* with dumping code into the fs_visitor.Eric Anholt2012-10-0810-109/+860
* i965: Reduce maximum GL_ARB_fragment_program instruction count to 1024.Eric Anholt2012-10-081-4/+4
* i965/fs: Add a couple more algebraic cases that help some ARB_fp patterns.Eric Anholt2012-10-081-0/+23
* i965/fs: Pull ir_binop_min/ir_binop_max handling to a separate function.Eric Anholt2012-10-082-31/+23
* i965/fs: Refactor rectangle/GL_CLAMP texture coordinate adjustment.Eric Anholt2012-10-082-21/+16
* i965/fs: Pass fragment depth to the fb write as a fs_reg, not an ir_variable.Eric Anholt2012-10-082-7/+4
* meta: Make shader template literal strings be parameters to asprintfIan Romanick2012-10-071-25/+18
* meta: Always enable GL_EXT_texture_array in mipmap shaderIan Romanick2012-10-071-7/+2
* meta: Since mipmap output type is always vec4, don't sprintf itIan Romanick2012-10-071-2/+2
* meta: Don't use GLSL 1.30 shader on OpenGL ES 2Ian Romanick2012-10-071-1/+1
* meta: Rearrange shader creation in setup_glsl_generate_mipmapIan Romanick2012-10-071-42/+43
* meta: Remove unsafe global mem_ctx pointerIan Romanick2012-10-071-1/+1
* mesa: remove the driverCtx parameter to _mesa_create/initialize_context()Brian Paul2012-10-057-7/+7
* radeon/r200: remove use of gl_context::DriverCtx fieldBrian Paul2012-10-054-8/+16
* radeon/r200: make radeon_context subclass of gl_contextBrian Paul2012-10-0527-105/+106
* intel: Fix intel_texsubimage_tiled_memcpy to skip GL_EXT_unpack_subimage caseRob Bradford2012-10-031-1/+4
* dri drivers: Link dricommon before dynamic librariesMatt Turner2012-10-035-10/+10
* build: Add visibility CFLAGS to OSMesaMatt Turner2012-10-011-2/+4
* build: Link OSMesa with glapi, libdl, libstdc++Matt Turner2012-10-011-5/+12
* build: Set visibility CFLAGS in dri/swrastMatt Turner2012-10-011-1/+2
* build: Set visibility CFLAGS in dri/r200Matt Turner2012-10-011-0/+1
* build: Set visibility CFLAGS in dri/radeonMatt Turner2012-10-011-0/+1
* build: Set visibility CFLAGS in dri/nouveauMatt Turner2012-10-011-0/+1
* build: Set visibility CFLAGS in dri/i915Matt Turner2012-10-011-0/+1
* build: Set visibility CFLAGS in dri/commonMatt Turner2012-10-011-1/+2
* intel: add support for ANGLE_texture_compression_dxt.Oliver McFadden2012-10-011-0/+1
* i965: Complain about variable index lowering when INTEL_DEBUG=perf.Kenneth Graunke2012-09-291-2/+8
* i965: Dump linked shaders on MESA_GLSL=dump.Kenneth Graunke2012-09-291-0/+9
* intel/i965: Disable SampleAlphaToOne if dual source blending enabledAnuj Phogat2012-09-291-2/+11
* i965: brwInitVtbl needs to know the chipset generationIan Romanick2012-09-282-0/+6
* i915: Don't free the intel_context structure when intelCreateContext fails.Ian Romanick2012-09-281-3/+0
* i965: Don't free the intel_context structure when intelCreateContext fails.Ian Romanick2012-09-281-3/+2
* intel: Don't call intelDestroyContext if there is no context to destroyIan Romanick2012-09-281-1/+3
* dri_util: Use calloc to allocate __DRIcontextIan Romanick2012-09-281-1/+1
* intel: Fix yet-another-bug in intel_texsubimage_tiled_memcpyChad Versace2012-09-281-0/+2