summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)AuthorFilesLines
2009-11-25r600: add ARB_texture_non_power_of_two support.Dave Airlie2-6/+22
2009-11-24r600 : reset stack flag with one channel only.Richard Li1-1/+4
2009-11-24r600 : fix stack depth setting bug.Richard Li1-4/+4
2009-11-24slang: Fix allocation size.Michal Krol1-2/+2
2009-11-24mesa: Fix pointer arithmetic.Michal Krol1-1/+3
2009-11-24r300: fix swtcl bo leak problem.Dave Airlie1-3/+5
2009-11-24radeon/r200/r300/r600: make bo mapping be explicitDave Airlie10-23/+60
2009-11-23mesa: use gcc __builtin_popcount()Brian Paul1-0/+4
2009-11-23Merge commit 'origin/mesa_7_7_branch'Maciej Cencora13-56/+97
2009-11-23radeon: fix errors in miptree related functionMaciej Cencora1-3/+8
2009-11-23slang: Check return value from emit_instruction().Michal Krol1-6/+67
2009-11-23slang: Be more robust with memory in concat_shaders().Michal Krol1-3/+19
2009-11-23mesa: Initialize variable in _mesa_get_texel_fetch_func.Vinson Lee1-1/+1
2009-11-22r600 : add support for shader instruction trunc and discard.Richard Li2-29/+78
2009-11-23r600: hopefully fix segfault.Dave Airlie1-1/+2
2009-11-23r600: fix inline issuesDave Airlie2-4/+2
2009-11-22r600 : add stack depth calculation, enable CF pop.Richard Li3-161/+223
2009-11-22r600 : use cf for all pop now, left optimization for future.Richard Li2-16/+42
2009-11-22r300: fix VP source conflict resolution on 64-bit machinesMaciej Cencora1-1/+1
2009-11-22r300: fix SIN/COS/SCS instructions for R300 fpMaciej Cencora1-5/+5
2009-11-21radeon: fix compressed mipmapped texturesMaciej Cencora2-22/+29
2009-11-21radeon: fix glCompressedTexSubImageMaciej Cencora1-10/+12
2009-11-21intel: make CopyTex[Sub]Image fallback debug messages more consistentRoland Scheidegger1-2/+8
2009-11-21mesa: handle different RowStride in _mesa_get_compressed_teximageRoland Scheidegger1-6/+21
2009-11-21i965: Fix several memory leaks on exit.Eric Anholt4-5/+11
2009-11-20r600 : eliminate Wondows line ending for test code.Richard Li1-28/+28
2009-11-20Merge remote branch 'origin/mesa_7_7_branch'Dave Airlie30-696/+665
2009-11-20r100: fix texture_from_pixmap and compiz.Dave Airlie1-7/+10
2009-11-19r600 : Clean up a bit test code mess.Richard Li1-17/+0
2009-11-19st/mesa: replace st_flush() with pipe->flush()Brian Paul1-1/+1
2009-11-19vbo: added recursion check in vbo_exec_FlushVertices()Brian Paul1-1/+17
2009-11-19r600 : change shader pop method for now.Richard Li1-27/+27
2009-11-19st/mesa: get rid of compressed_num_bytes() codeBrian Paul1-36/+4
2009-11-19st/mesa: remove is_compressed_mesa_format()Brian Paul1-21/+2
2009-11-19st/mesa: remove pointless assertionBrian Paul1-2/+0
2009-11-19Merge branch 'master' of ssh://richardradeon@git.freedesktop.org/git/mesa/mesaRichard Li70-800/+500
2009-11-19r600 : check in shader code test enable flag: if flagRichard Li2-21/+77
2009-11-19intel: Remove non-GEM support.Eric Anholt10-152/+43
2009-11-19intel: Remove dead intel_context members and move some packing around.Eric Anholt2-15/+1
2009-11-19intel: Remove our special color packing macros and just use colormac.h.Eric Anholt4-39/+16
2009-11-19intel: Pack colors for blit at blit time, rather than at ClearColor.Eric Anholt3-26/+3
2009-11-19intel: Consistently use no_batch_wrap in intel_context struct.Eric Anholt6-12/+5
2009-11-19i965: Pack brw_wm_fragment_program better.Eric Anholt1-1/+1
2009-11-19mesa: Remove gratuitous padding in prog_dst_register.Eric Anholt3-3/+0
2009-11-19i965: Pack the brw_wm_prog_key better.Eric Anholt1-1/+1
2009-11-19i915: Remove dead meta_draw_quad code.Eric Anholt2-86/+0
2009-11-19tnl: Replace deprecated FogCoordPtr with AttribPtr[_TNL_ATTRIB_FOG]Eric Anholt12-33/+22
2009-11-19tnl: Replace deprecated ColorPtr[] with AttribPtr or new BackfaceColorPtr.Eric Anholt30-194/+189
2009-11-19tnl: Replace deprecated IndexPtr[] with AttribPtr[] or new BackfaceIndexPtrEric Anholt8-19/+20
2009-11-19tnl: Replace deprecated ObjPtr with AttribPtr[_TNL_ATTRIB_POS]Eric Anholt13-35/+34