summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* mesa: new _mesa_error_check_format_and_type() functionBrian Paul2012-02-075-94/+178
* mesa: support more format/type combos in _mesa_dump_image()Brian Paul2012-02-061-1/+28
* dri: Don't build libdricommon.la if we don't need itJon TURNEY2012-02-061-1/+5
* mesa: check_index_bounds off-by-one fixRoland Scheidegger2012-02-061-1/+1
* intel: check for LLC support when reading mapsEugeni Dodonov2012-02-041-1/+1
* intel: verify if hardware has LLC supportEugeni Dodonov2012-02-044-0/+12
* vbo: fix a building errorChih-Wei Huang2012-02-041-0/+2
* intel: FBOs with texture border are unsupportedIan Romanick2012-02-031-0/+11
* dri: Add Unigine Tropics as an app that requires the GLSL warn workaround.Eric Anholt2012-02-031-0/+3
* dri: Fix typo in xml file that made all applications use the workaround.Eric Anholt2012-02-031-1/+1
* mesa: Fix the error message function names for glFlushMappedBufferRange().Eric Anholt2012-02-031-7/+7
* mesa: Fix bad-enum/no-buffer error handling for buffer object functions.Eric Anholt2012-02-031-87/+39
* mesa: Fix copy-and-paste error in _mesa_pack_rgba_span_floatIan Romanick2012-02-021-3/+2
* mesa: Fix copy-and-paste bug in do_row_3DIan Romanick2012-02-021-3/+3
* mesa: Convert colors if span ChanType and renderbuffer data type don't matchIan Romanick2012-02-021-4/+15
* mesa: Set the gl_array_object::ARBsemantics flag at the right timeIan Romanick2012-02-022-1/+10
* mesa: Add unpack_uint_z_row support for floating-point depth buffersIan Romanick2012-02-021-0/+32
* Revert "Fix underlinking in libOSMesa since commit adefee5 "Always build shar...Brian Paul2012-02-021-2/+0
* mesa: fix maximum allowed proxy texture size conditionAnuj Phogat2012-02-011-11/+11
* vbo: fix node_attrsz[] usage in vbo_bind_vertex_list()Brian Paul2012-02-011-2/+2
* mesa: reference shared state in glPushAttrib(GL_TEXTURE_BIT)Brian Paul2012-02-011-0/+13
* mesa: use new _mesa_reference_shared_state() functionBrian Paul2012-02-013-38/+49
* mesa: remove stray comment in PopAttrib() codeBrian Paul2012-02-011-1/+0
* Revert "automake: src/mesa/drivers/osmesa"Matt Turner2012-01-315-96/+73
* Revert "automake: src/glsl and src/glsl/glcpp"Matt Turner2012-01-312-2/+2
* Revert "Make sure libGL.so links with libglsl"Matt Turner2012-01-311-1/+1
* Make sure libGL.so links with libglslMatt Turner2012-01-311-1/+1
* osmesa: set RefCount = 1 in new_osmesa_renderbuffer()Brian Paul2012-01-311-0/+1
* osmesa: Fix osmesa_context.DataType type.Vinson Lee2012-01-311-1/+1
* automake: src/glsl and src/glsl/glcppMatt Turner2012-01-302-2/+2
* automake: src/mesa/drivers/osmesaMatt Turner2012-01-305-73/+96
* st/mesa: kill off point size clamping in vertex shadersMarek Olšák2012-01-314-126/+0
* st/mesa: simplify initialization of light_twosideMarek Olšák2012-01-311-21/+3
* mesa: consolidate general ubyte texstore codeBrian Paul2012-01-301-171/+71
* mesa: use _mesa_pack_ubyte_rgba_rect() in texstore codeBrian Paul2012-01-301-219/+64
* mesa: added _mesa_pack_ubyte_rgba_rect()Brian Paul2012-01-302-0/+46
* dri: Add a default drirc to be installed to provide application workarounds.Eric Anholt2012-01-302-0/+9
* i965: Add a driconf option to force GLSL extension behavior to "warn".Eric Anholt2012-01-303-1/+14
* mesa: Add a flag for forcing all GLSL extensions to "warn".Eric Anholt2012-01-301-0/+6
* intel: Use libdrm's decode functionality instead of the gpu-tools copy.Eric Anholt2012-01-305-2795/+41
* i965: Fix segfault with INTEL_DEBUG=batch on gen7 with samplers present.Eric Anholt2012-01-301-1/+0
* i965/vs: Avoid allocating registers in to the gen7 MRF hack region.Eric Anholt2012-01-303-3/+6
* i965/fs: Fix rendering corruption in unigine tropics.Eric Anholt2012-01-304-4/+17
* Rename R300_NO_TCL envvar to RADEON_NO_TCLMatt Turner2012-01-301-1/+1
* mesa/format_unpack: add LUMINANCE 8/16 UINT/INTDave Airlie2012-01-301-0/+58
* dri: don't link with DRICORE_LIB_DEPSMatt Turner2012-01-286-7/+1
* st/mesa: use table-driven approach to exposing extensions for formats (v3)Marek Olšák2012-01-291-207/+167
* st/mesa: use table-driven approach to exposing extensions based on CAPsMarek Olšák2012-01-291-108/+58
* st/mesa: add PIPE_CAP_GLSL_FEATURE_LEVEL, cleanup st_extensions.cMarek Olšák2012-01-291-21/+28
* state_stracker: Fix access to uninitialized memory.Mathias Fröhlich2012-01-291-1/+1