summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* xlib: switch to c11 mutex functionsBrian Paul2014-03-033-14/+14
* mesa: update packed format layout commentsBrian Paul2014-03-031-50/+50
* mesa: don't define c99 math functions for MSVC >= 1800Hans2014-03-031-1/+1
* mesa: don't call ctx->Driver.ClearBufferSubData() if size==0Brian Paul2014-03-031-4/+8
* NV_vdpau_interop: fix IsSurfaceNV return typeGrigori Goronzy2014-03-032-5/+6
* mesa: Move MESA_GLSL=dump output to stderr.Kenneth Graunke2014-03-022-20/+23
* i965: Validate (and resolve) all the bound textures.Chris Forbes2014-03-022-2/+2
* i965: Widen sampler key bitfields for 32 samplersChris Forbes2014-03-021-3/+3
* dri/i9*5: correctly calculate the amount of system memoryEmil Velikov2014-03-012-2/+2
* mesa: add unpacking code for MESA_FORMAT_Z32_FLOAT_S8X24_UINTBrian Paul2014-02-281-0/+22
* i915: Allocate the sys_buffer using _mesa_align_mallocIan Romanick2014-02-281-7/+8
* i915: Only allow 8 vertex texture unitsIan Romanick2014-02-281-0/+1
* i965: Assert array index on access to vec4_visitor's arrays.Petri Latvala2014-02-282-0/+8
* i965: Allocate vec4_visitor's uniform_size and uniform_vector_size arrays dyn...Petri Latvala2014-02-284-2/+28
* mesa: do depth/stencil format conversion in glGetTexImageBrian Paul2014-02-281-2/+9
* mesa: fix depth/stencil comments in formats.hBrian Paul2014-02-281-2/+2
* meta: Drop ctx->API checks.Kenneth Graunke2014-02-272-92/+50
* meta: Restore API at the end of _mesa_meta_end(), not the start.Kenneth Graunke2014-02-271-2/+2
* i965: Convert VUE map generation checks to if rather than switch.Kenneth Graunke2014-02-271-11/+2
* i965: Only emit VS state pipe control workaround on IVB and BYT.Kenneth Graunke2014-02-273-3/+5
* i965: Fix the region's pitch condition to use blitterAnuj Phogat2014-02-261-3/+3
* meta: Use a #define for the vector type to avoid %svec4 everywhere.Kenneth Graunke2014-02-261-10/+7
* i965: Don't try to dump shader source for fixed-function FS programs.Kenneth Graunke2014-02-261-1/+1
* i965: Don't forget to subtract mt->first_level in minify calls.Kenneth Graunke2014-02-265-12/+13
* i965: Stop lowering ir_triop_lrp.Kenneth Graunke2014-02-261-2/+0
* i965/vec4: Handle ir_triop_lrp on Gen4-5 as well.Kenneth Graunke2014-02-262-7/+38
* i965/vec4: Add a brw->gen >= 6 assertion in three-source emitters.Kenneth Graunke2014-02-261-0/+1
* mesa: Add GL_ARB_buffer_storage to dispatch_sanity.cpp.Vinson Lee2014-02-251-0/+3
* i965: Fix segfaults since the buffer_storage changes.Eric Anholt2014-02-251-1/+1
* st/mesa: add comment to explain _min(), _maxf(), etc. functionsBrian Paul2014-02-251-0/+6
* mesa: allow buffers to be mapped multiple timesMarek Olšák2014-02-2531-384/+461
* st/mesa: implement ARB_buffer_storageMarek Olšák2014-02-253-22/+75
* mesa: allow buffers mapped with the persistent flag to be used by the GPUMarek Olšák2014-02-258-23/+37
* mesa: add error checks to glMapBufferRange, glMapBuffer for ARB_buffer_storageMarek Olšák2014-02-251-7/+57
* mesa: implement glBufferStorage, immutable buffers; add extension enable flagMarek Olšák2014-02-254-0/+100
* mesa: add storage flags parameter to Driver.BufferDataMarek Olšák2014-02-2511-10/+39
* mesa: remove unused driver hook BindBufferMarek Olšák2014-02-252-8/+0
* st/mesa: add texture gather support. (v2)Dave Airlie2014-02-252-27/+93
* glsl/i965: move lower_offset_array up to GLSL compiler level.Dave Airlie2014-02-254-96/+1
* i965: Don't try to use the hardware blitter for multisampled miptrees.Kenneth Graunke2014-02-231-0/+4
* dri_util: use the implemented version of __DRIimageDriverExtensionEmil Velikov2014-02-231-1/+1
* drivers/dri: explicitly set __DRI2flushExtension membersEmil Velikov2014-02-232-6/+8
* dri_util: explicitly set __DRIcopySubBufferExtension membersEmil Velikov2014-02-231-2/+3
* dri_util: explicitly set __DRIswrastExtension members.Emil Velikov2014-02-231-6/+7
* glsl: Pass stdout to _mesa_print_ir from st_glsl_to_tgsi.Kenneth Graunke2014-02-221-1/+1
* i965: Move the remaining driver debug over to stderr.Eric Anholt2014-02-2212-63/+66
* i965: Move compiler debugging output to stderr.Eric Anholt2014-02-2224-248/+258
* glsl: Add a file argument to the IR printer.Eric Anholt2014-02-224-4/+4
* i965: Refactor debug dumping of GLSL IR.Eric Anholt2014-02-225-27/+29
* intel: Remove some dead code I noticed in intel_screen.c.Eric Anholt2014-02-222-8/+0