summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-09-20r600g/llvm: rs780/rs880 are r600 asicsAlex Deucher1-2/+2
2012-09-20mesa: Allow glGetTexParameter of GL_TEXTURE_SRGB_DECODE_EXTIan Romanick1-0/+12
2012-09-19r300/compiler: Use precomputed q values in the register allocatorTom Stellard1-1/+69
2012-09-19r300g: Init regalloc state during context creationTom Stellard8-155/+204
2012-09-19r300/compiler: Don't create register classes for inputsTom Stellard1-14/+1
2012-09-19ra: Add q_values parameter to ra_set_finalize()Tom Stellard5-5/+18
2012-09-19ra: Clarify usage of ra_set_node_reg()Tom Stellard1-0/+2
2012-09-19r600g: Invalidate texture cache when creating vertex buffers for compute v2Tom Stellard1-1/+3
2012-09-19r600g: Use LOOP_START_DX10 for loopsTom Stellard3-2/+11
2012-09-19r600g: Set the correct value of COLOR*_DIM for RATsTom Stellard1-2/+2
2012-09-19r600g: Make sure to initialize DB_DEPTH_CONTROL register for computeTom Stellard1-1/+3
2012-09-19r600g: Add some comments and debug printfs to compute codeTom Stellard2-5/+53
2012-09-19r600g: Add missing break to case statementTom Stellard1-0/+1
2012-09-19radeon/llvm: Emit ISA for ALU instructions in the R600 code emitterMichal Sciubidlo10-167/+359
2012-09-19radeon/llvm: Only support 512 constant registers on R600Tom Stellard1-1/+1
2012-09-19Revert "mesa: consolidate subtexture x/y/width/height error checking code"Brian Paul1-73/+84
2012-09-19Revert "more comment"Brian Paul1-2/+4
2012-09-19Revert "mesa: clean-up and fix glCompressedTexSubImage error checking"Brian Paul1-81/+64
2012-09-19mesa: clean-up and fix glCompressedTexSubImage error checkingBrian Paul1-64/+81
2012-09-19more commentBrian Paul1-4/+2
2012-09-19mesa: consolidate subtexture x/y/width/height error checking codeBrian Paul1-84/+73
2012-09-19winsys/radeon: fix relocs cachingVadim Girlin2-8/+6
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-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