summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* mesa: Remove the dead PrepareExecBegin() driver hook.Eric Anholt2013-01-211-1/+0
* scons: Fix dependencies of generated headers.José Fonseca2013-01-212-5/+2
* intel: Don't expose XRGB8888 visuals any moreIan Romanick2013-01-211-2/+1
* i965: Enable floating-point textures alwaysIan Romanick2013-01-212-20/+5
* xmlpool/build: generate options.h via BUILT_SOURCESMatt Turner2013-01-201-1/+1
* intel: Enable GL_OES_depth_texture_cube_mapIan Romanick2013-01-201-0/+1
* i965: Add support for GL_ARB_texture_buffer_object_rgb32.Eric Anholt2013-01-181-0/+1
* i965: Add support for MESA_FORMAT_RGB_FLOAT32 surfaces.Eric Anholt2013-01-181-1/+1
* intel: Make intel_region's pitch be bytes instead of pixels.Eric Anholt2013-01-1821-77/+67
* intel: Make intel_blit.c take pitches in bytes.Eric Anholt2013-01-188-19/+15
* i965/vs: Store texturing results into a vec4 temporary.Kenneth Graunke2013-01-181-6/+7
* i965/vs: Set LOD to 0 for ordinary texture() calls.Kenneth Graunke2013-01-181-2/+5
* i965/vs: Create a 'lod_type' temporary for ir->lod_info.lod->type.Kenneth Graunke2013-01-181-5/+8
* i965: Lower textureGrad() with samplerCubeShadow on pre-Haswell.Kenneth Graunke2013-01-181-6/+9
* meta: add 'f' suffix to floats to silence some MSVC warningsBrian Paul2013-01-161-1/+1
* intel: Enable GL_ARB_internalformat_queryIan Romanick2013-01-152-0/+24
* mesa: Add driver method to determine the possible sample countsIan Romanick2013-01-151-0/+1
* meta: Move loop variable declaration outside for loop.Vinson Lee2013-01-151-1/+2
* intel: Support blitting to multiple color draw buffersAnuj Phogat2013-01-152-34/+63
* meta: Add functionality to do _mesa_meta_BlitFrameBuffer() using glslAnuj Phogat2013-01-151-93/+344
* intel: Expose support for DRI_API_GLES3Chad Versace2013-01-151-0/+2
* dri: Define enum __DRI_API_GLES3Chad Versace2013-01-152-0/+2
* intel: Move validation of context version into intelInitContextChad Versace2013-01-157-105/+100
* intel: Set screen's api mask according to hw capabilities (v3)Chad Versace2013-01-152-11/+96
* i965: Force even an empty query to flush all previous queries.Carl Worth2013-01-151-0/+17
* meta: Allow meta operations to pause/resume an active occlusion queryCarl Worth2013-01-152-1/+28
* i965: Avoid blending with destination alpha when RB format has no alpha bitsCarl Worth2013-01-143-8/+22
* xmlpool: Fix out-of-tree builds.Johannes Obermayr2013-01-135-1/+5
* r200: Fix probable thinko in r200EmitArraysAdam Jackson2013-01-131-1/+2
* Remove hacks for static MakefilesMatt Turner2013-01-136-18/+0
* i965: Move program_id to intel_screen instead of brw_context.Kenneth Graunke2013-01-124-8/+22
* i965: Fix build error with clang.Kenneth Graunke2013-01-121-3/+7
* i965/fs: Don't mix integer/float immediates in i2b handling.Kenneth Graunke2013-01-121-1/+3
* i965: Add an INTEL_DEBUG=no16 option.Kenneth Graunke2013-01-123-1/+4
* scons: Update for xmlpool/options.h generation.José Fonseca2013-01-122-0/+17
* drirc: Add quirk to disable GLSL line continuations for Savage2Carl Worth2013-01-111-0/+3
* driconf: Add a new option: disable_glsl_line_continuationsCarl Worth2013-01-113-1/+9
* driconf: Add proper dependency for compiling .mo files from .po files.Carl Worth2013-01-112-21/+20
* driconf: Add translation-generation to build system, don't track generated filesCarl Worth2013-01-118-643/+64
* driconf: Fix German translations by removing a couple of bogus backslashesCarl Worth2013-01-111-2/+2
* driconf: Fix gen_xmlpool.py script to allow running from any directoryChad Versace2013-01-112-4/+18
* driconf: Add some translations which have been available, but were not compiledCarl Worth2013-01-111-8/+8
* driconf: Add option definitions to source file, not generated targetCarl Worth2013-01-111-0/+10
* mesa/es3: Add support for GL_PRIMITIVE_RESTART_FIXED_INDEXIan Romanick2013-01-111-4/+4
* i965: Add support for GL_ANY_SAMPLES_PASSED_CONSERVATIVEIan Romanick2013-01-111-0/+3
* Clean up .gitignore filesMatt Turner2013-01-1010-11/+0
* intel: Clean up confusion between logical and physical surface dimensions.Paul Berry2013-01-098-153/+143
* intel: Add a force_y_tiling parameter to intel_miptree_create().Paul Berry2013-01-095-26/+34
* intel: Move compute_msaa_layout earlier in file.Paul Berry2013-01-091-38/+41
* i965/fs: Fix struct vs. class in acp_entry definitions.Kenneth Graunke2013-01-081-1/+1