summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* winsys/radeon: fix relocs cachingVadim Girlin2012-09-192-8/+6
* radeon/llvm: Add a fdiv pattern.Vincent Lejeune2012-09-181-3/+10
* radeon/llvm: reserve also corresponding 128bits regVincent Lejeune2012-09-181-0/+1
* softpipe: implement the new can_create_resource() functionBrian Paul2012-09-172-5/+29
* llvmpipe: implement the new can_create_resource() functionBrian Paul2012-09-171-5/+23
* st/mesa: implement new proxy texture codeBrian Paul2012-09-172-1/+73
* gallium: add new pipe_screen::can_create_resource() functionBrian Paul2012-09-172-0/+18
* 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
* llvmpipe: set max cube texture size to 4K x 4KBrian Paul2012-09-172-1/+2
* 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-182-3/+1
* radeon/llvm: Inital flow control support for SITom Stellard2012-09-177-2/+168
* r600g: Close a memory leak of llvm byte streamsXinya Zhang2012-09-171-0/+1
* radeon/llvm: Fix unused variable warningTom Stellard2012-09-171-1/+0
* radeon/llvm: Move kernel arg lowering into R600TargetLowering classTom Stellard2012-09-176-470/+35
* 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
* radeon/llvm: Match integer add/sub for SI.Michel Dänzer2012-09-171-2/+8
* radeon/llvm: Complete integer comparison patterns for SI.Michel Dänzer2012-09-171-4/+12
* radeon/llvm: Match AMDGPUfract on SI.Michel Dänzer2012-09-171-1/+3
* radeon/llvm: Match int_AMDGPU_floor for SI.Michel Dänzer2012-09-171-1/+3
* radeon/llvm: Match vector logical operations on SI.Michel Dänzer2012-09-171-3/+9
* softpipe: update SP_MAX_TEXTURE_3D_LEVELS commentBrian Paul2012-09-161-1/+1
* 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-159-2/+29
* scons: add new -p (prefix) options for yaccBrian Paul2012-09-152-2/+2
* 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-159-29/+2
* mesa: remove obsolete comments from mfeatures.hOliver McFadden2012-09-151-27/+0
* mesa: remove FEATURE_ATI_fragment_shader define.Oliver McFadden2012-09-158-56/+2
* mesa: remove FEATURE_APPLE_object_purgeable define.Oliver McFadden2012-09-157-16/+0