summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
...
* mesa: fix incorrect error for glCompressedSubTexImageBrian Paul2012-09-261-3/+3
* gles3: Prohibit set/get of GL_FRAMEBUFFER_SRGB.Paul Berry2012-09-252-2/+9
* meta: Properly save/restore GL_FRAMEBUFFER_SRGB in Meta.Paul Berry2012-09-252-27/+21
* enable: Create _mesa_set_framebuffer_srgb() function for use by meta ops.Paul Berry2012-09-252-3/+22
* intel: Improve teximage perf for Google Chrome paint rects (v3)Chad Versace2012-09-253-0/+186
* mesa: remove 'struct' from texenv_fragment_programBrian Paul2012-09-251-13/+13
* i965: Allow fast depth clears if scissoring doesn't do anything.Kenneth Graunke2012-09-251-1/+13
* i965: Don't spill "smeared" registers.Paul Berry2012-09-251-0/+15
* i965/blorp: Fix sRGB MSAA resolves.Paul Berry2012-09-242-8/+19
* mesa: add signbit() macroBrian Paul2012-09-241-0/+7
* 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