summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* Use signbit() in IS_NEGATIVE and DIFFERENT_SIGNSMatt Turner2012-09-241-19/+2
* i965/blorp: Increase Y alignment for multisampled stencil blits.Paul Berry2012-09-241-2/+7
* st/mesa: check for zero-size image in st_TestProxyTexImage()Brian Paul2012-09-241-0/+5
* mesa: Silence narrowing warnings in ff_fragment_shader's emit_texenv().Kenneth Graunke2012-09-231-4/+4
* meta: Add on demand compilation of per target shader programsAnuj Phogat2012-09-211-57/+84
* i965/blorp: Fix narrowing warnings.Paul Berry2012-09-211-3/+3
* i965: Remove brw_set_predicate_inverse(p, true) from scratch offset codeKenneth Graunke2012-09-211-1/+0
* mesa: Don't override S3TC internalFormat if data is pre-compressed.Kenneth Graunke2012-09-201-1/+1
* i965/blorp: Add support for blits between SRGB and linear formats.Kenneth Graunke2012-09-202-4/+8
* mesa: Ignore SRGB when determining compatible resolve formats.Kenneth Graunke2012-09-201-1/+2
* mesa: Allow glGetTexParameter of GL_TEXTURE_SRGB_DECODE_EXTIan Romanick2012-09-201-0/+12
* ra: Add q_values parameter to ra_set_finalize()Tom Stellard2012-09-194-4/+17
* ra: Clarify usage of ra_set_node_reg()Tom Stellard2012-09-191-0/+2
* Revert "mesa: consolidate subtexture x/y/width/height error checking code"Brian Paul2012-09-191-73/+84
* Revert "more comment"Brian Paul2012-09-191-2/+4
* Revert "mesa: clean-up and fix glCompressedTexSubImage error checking"Brian Paul2012-09-191-81/+64
* mesa: clean-up and fix glCompressedTexSubImage error checkingBrian Paul2012-09-191-64/+81
* more commentBrian Paul2012-09-191-4/+2
* mesa: consolidate subtexture x/y/width/height error checking codeBrian Paul2012-09-191-84/+73
* st/mesa: implement new proxy texture codeBrian Paul2012-09-172-1/+73
* mesa: take cube faces into account in _mesa_test_proxy_teximage()Brian Paul2012-09-171-0/+1
* mesa: handle GL_PROXY_TEXTURE_CUBE_MAP in _mesa_num_tex_faces()Brian Paul2012-09-171-1/+7
* mesa: move/fix levels check for glTexStorage()Brian Paul2012-09-171-8/+8
* mesa: rewrite glTexStorage() codeBrian Paul2012-09-171-74/+79
* mesa: rework texture size error checkingBrian Paul2012-09-174-225/+161
* mesa: refactor _mesa_test_proxy_teximage() codeBrian Paul2012-09-172-30/+56
* mesa: move glTexImage 'level' error checkingBrian Paul2012-09-171-22/+10
* mesa: change create_version_string() return type to voidBrian Paul2012-09-171-1/+1
* glsl: make _mesa_builtin_uniform_desc staticDave Airlie2012-09-181-2/+0
* main/version: consolodate version string creation for ES/Desktop GLJordan Justen2012-09-171-34/+24
* i965: Stop putting 8 NOPs after each prorgam.Eric Anholt2012-09-171-8/+0
* i965: Test instruction compaction on gen7Eric Anholt2012-09-172-10/+23
* i965: Add support for instruction compaction on Gen7.Kenneth Graunke2012-09-173-33/+220
* i965: Support instruction compaction between control flow.Eric Anholt2012-09-171-28/+92
* i965: Add support for instruction compaction.Eric Anholt2012-09-1710-8/+946
* i965: Prepare the break/cont uip/jip setting for compacted instructions.Eric Anholt2012-09-171-14/+43
* i965: Move program dump to a helper function in brw_eu.c.Eric Anholt2012-09-177-55/+40
* i965: Make a linkable library for the contents of i965_dri.so.Eric Anholt2012-09-172-5/+13
* dri: Reuse dri_test.c for stub glapi symbols for unit testing.Eric Anholt2012-09-172-1/+9
* i965: Clear brw_compile on setup.Eric Anholt2012-09-171-0/+2
* mesa/es: Define GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT enum for all GLsTomeu Vizoso2012-09-161-5/+5
* mesa: fix dropped && in glGetStringi()Chris Forbes2012-09-161-1/+1
* meta: Don't _mesa_set_enable() invalid targets in ES 1.Kenneth Graunke2012-09-151-8/+13
* Temporarily revert "mesa: remove remaining FEATURE_* defines where protected ...José Fonseca2012-09-158-2/+27
* scons: add new -p (prefix) options for yaccBrian Paul2012-09-151-1/+1
* swrast: remove unused ati_fs_opcodes arrayBrian Paul2012-09-151-15/+0
* mesa: remove FEATURE_ES test in texcompress_cpal.cBrian Paul2012-09-151-4/+0
* mesa: remove never-defined FEATURE_histogram conditional.Oliver McFadden2012-09-152-15/+0
* mesa: remove remaining FEATURE_* defines where protected by API check.Oliver McFadden2012-09-158-27/+2
* mesa: remove obsolete comments from mfeatures.hOliver McFadden2012-09-151-27/+0