summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-09-18docs: remove obsolete target attributeiframe-layoutAndreas Boll28-262/+237
2012-09-18docs: news.html is the new index.htmlAndreas Boll3-2/+2
2012-09-18docs: remove obsolete frame layoutAndreas Boll2-62/+0
2012-09-18docs: add new iframe layoutAndreas Boll93-69/+800
2012-09-18radeon/llvm: Add a fdiv pattern.Vincent Lejeune1-3/+10
2012-09-18radeon/llvm: reserve also corresponding 128bits regVincent Lejeune1-0/+1
2012-09-18docs: drop obsolete sourceforge linkAndreas Boll1-1/+0
2012-09-17softpipe: implement the new can_create_resource() functionBrian Paul2-5/+29
2012-09-17llvmpipe: implement the new can_create_resource() functionBrian Paul1-5/+23
2012-09-17st/mesa: implement new proxy texture codeBrian Paul2-1/+73
2012-09-17gallium: add new pipe_screen::can_create_resource() functionBrian Paul2-0/+18
2012-09-17mesa: take cube faces into account in _mesa_test_proxy_teximage()Brian Paul1-0/+1
2012-09-17mesa: handle GL_PROXY_TEXTURE_CUBE_MAP in _mesa_num_tex_faces()Brian Paul1-1/+7
2012-09-17llvmpipe: set max cube texture size to 4K x 4KBrian Paul2-1/+2
2012-09-17mesa: move/fix levels check for glTexStorage()Brian Paul1-8/+8
2012-09-17mesa: rewrite glTexStorage() codeBrian Paul1-74/+79
2012-09-17mesa: rework texture size error checkingBrian Paul4-225/+161
2012-09-17mesa: refactor _mesa_test_proxy_teximage() codeBrian Paul2-30/+56
2012-09-17mesa: move glTexImage 'level' error checkingBrian Paul1-22/+10
2012-09-17mesa: change create_version_string() return type to voidBrian Paul1-1/+1
2012-09-18glsl: make _mesa_builtin_uniform_desc staticDave Airlie2-3/+1
2012-09-17radeon/llvm: Inital flow control support for SITom Stellard7-2/+168
2012-09-17r600g: Close a memory leak of llvm byte streamsXinya Zhang1-0/+1
2012-09-17radeon/llvm: Fix unused variable warningTom Stellard1-1/+0
2012-09-17radeon/llvm: Move kernel arg lowering into R600TargetLowering classTom Stellard6-470/+35
2012-09-17main/version: consolodate version string creation for ES/Desktop GLJordan Justen1-34/+24
2012-09-17i965: Stop putting 8 NOPs after each prorgam.Eric Anholt1-8/+0
2012-09-17i965: Test instruction compaction on gen7Eric Anholt2-10/+23
2012-09-17i965: Add support for instruction compaction on Gen7.Kenneth Graunke3-33/+220
2012-09-17i965: Support instruction compaction between control flow.Eric Anholt1-28/+92
2012-09-17i965: Add support for instruction compaction.Eric Anholt10-8/+946
2012-09-17i965: Prepare the break/cont uip/jip setting for compacted instructions.Eric Anholt1-14/+43
2012-09-17i965: Move program dump to a helper function in brw_eu.c.Eric Anholt7-55/+40
2012-09-17i965: Make a linkable library for the contents of i965_dri.so.Eric Anholt2-5/+13
2012-09-17dri: Reuse dri_test.c for stub glapi symbols for unit testing.Eric Anholt2-1/+9
2012-09-17i965: Clear brw_compile on setup.Eric Anholt1-0/+2
2012-09-17docs: remove obsolete mesa subset documentationAndreas Boll3-3598/+0
2012-09-17radeon/llvm: Match integer add/sub for SI.Michel Dänzer1-2/+8
2012-09-17radeon/llvm: Complete integer comparison patterns for SI.Michel Dänzer1-4/+12
2012-09-17radeon/llvm: Match AMDGPUfract on SI.Michel Dänzer1-1/+3
2012-09-17radeon/llvm: Match int_AMDGPU_floor for SI.Michel Dänzer1-1/+3
2012-09-17radeon/llvm: Match vector logical operations on SI.Michel Dänzer1-3/+9
2012-09-16softpipe: update SP_MAX_TEXTURE_3D_LEVELS commentBrian Paul1-1/+1
2012-09-16mesa/es: Define GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT enum for all GLsTomeu Vizoso1-5/+5
2012-09-16mesa: fix dropped && in glGetStringi()Chris Forbes1-1/+1
2012-09-15meta: Don't _mesa_set_enable() invalid targets in ES 1.Kenneth Graunke1-8/+13
2012-09-15Temporarily revert "mesa: remove remaining FEATURE_* defines where protected ...José Fonseca9-2/+29
2012-09-15scons: add new -p (prefix) options for yaccBrian Paul2-2/+2
2012-09-15swrast: remove unused ati_fs_opcodes arrayBrian Paul1-15/+0
2012-09-15mesa: remove FEATURE_ES test in texcompress_cpal.cBrian Paul1-4/+0