aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* mesa: remove unused gl_shared_state::DriverData fieldBrian Paul2012-02-101-2/+0
* mesa: fix proxy texture target initializationBrian Paul2012-02-101-7/+12
* mesa: remove unused gl_pixelmap::Map8[] arrayBrian Paul2012-02-102-3/+0
* st/mesa: stop using Map8[] tables in load_color_map_texture()Brian Paul2012-02-101-5/+6
* mesa: remove unused _mesa_map_ci8_to_rgba8()Brian Paul2012-02-102-32/+0
* mesa: fix error handling in get_tex_rgba_compressed()Brian Paul2012-02-101-0/+2
* mesa: use _mesa_format_matches_format_and_type() in get_tex_memcpy()Brian Paul2012-02-101-41/+6
* mesa: push row stride adjustment down into _mesa_decompress_image()Brian Paul2012-02-102-12/+11
* mesa: replace GET_SHINE_TAB_ENTRY() macro with an inline functionBrian Paul2012-02-103-37/+25
* mesa: make _mesa_invalidate_shine_table() staticBrian Paul2012-02-102-6/+9
* mesa: remove gl_light::_SpotExpTable fieldBrian Paul2012-02-106-68/+4
* meta: replace abort() with _mesa_problem()Brian Paul2012-02-101-1/+2
* mesa: fix comment typoBrian Paul2012-02-101-1/+1
* i965/gen7: Fix the length of the MULTISAMPLE state packet in the HiZ op.Eric Anholt2012-02-091-1/+1
* i965/gen7: Fix the length of the DS state packet in the HiZ op.Eric Anholt2012-02-091-1/+1
* i965/gen7: Fix GPU hangs from the HiZ op.Eric Anholt2012-02-091-2/+3
* mesa: fix maximum allowed proxy texture size conditionAnuj Phogat2012-02-091-11/+11
* st/mesa: exit the update fragment samplers/textures loops early.Dave Airlie2012-02-092-12/+23
* st/mesa: fixup NDEBUG vs DEBUG causing debug path to get taken.Dave Airlie2012-02-091-3/+3
* vbo: unmap vertex store before executing listsBrian Paul2012-02-093-12/+40
* gallium: add PIPE_CAP_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTIONChristoph Bumiller2012-02-091-2/+2
* i965: Remove file i965/junk, accidentally added in 7b36c68Chad Versace2012-02-081-0/+0
* st/mesa: avoid vertex texture and sampler updates for 0 caseDave Airlie2012-02-082-0/+5
* i965: Remove broken symlink to intel_decode.c.Kenneth Graunke2012-02-071-1/+0
* i965/fs: Implement GL_CLAMP behavior on texture rectangles on gen6+.Eric Anholt2012-02-071-5/+49
* i965/fs: Move GL_CLAMP handling to coordinate setup.Eric Anholt2012-02-071-29/+21
* i965: Fix HiZ change compiler warning.Eric Anholt2012-02-071-1/+0
* i965: Rewrite the HiZ opChad Versace2012-02-0719-517/+1146
* intel: Avoid divide by zero for very small linear blitsIan Romanick2012-02-071-1/+1
* intel: Remove num_mapped_regions assertion from _intel_batchbuffer_flushIan Romanick2012-02-071-7/+0
* mesa: remove unused _mesa_error_check_format_type() functionBrian Paul2012-02-072-121/+0
* mesa: stop using _mesa_error_check_format_type() in glReadPixelsBrian Paul2012-02-071-2/+7
* mesa: stop using _mesa_error_check_format_type() in glDrawPixelsBrian Paul2012-02-071-3/+35
* mesa: remove redundant format/type checks in glReadPixels()Brian Paul2012-02-071-35/+0
* mesa: remove redundant format/type checks in glGetTexImage()Brian Paul2012-02-071-34/+0
* 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