summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-11-19i915g: implement unfenced relocs for textures using tiling bitsexecbuf2-for-i915gDaniel Vetter2-3/+5
2010-11-19i915g: implement unfenced color&depth buffer using tiling bitsDaniel Vetter3-9/+8
2010-11-19i915g: return tiling in iws->buffer_from_handleDaniel Vetter3-5/+8
2010-11-19i915g: prepare winsys/batchbuffer for execbuf2Daniel Vetter8-28/+39
2010-11-19i915g: switch to tiled allocations, kill set_fenceDaniel Vetter5-61/+2
2010-11-19i915g: add winsys function to create tiled buffersDaniel Vetter4-1/+71
2010-11-19i915g: drop alignment, type parameters for iws->buffer_createDaniel Vetter6-38/+9
2010-11-19i915g: kill idws->poolDaniel Vetter4-14/+7
2010-11-19i915g: kill buf->map_gttDaniel Vetter2-15/+2
2010-11-19i915g: kill RGBA/X formatsDaniel Vetter1-4/+0
2010-11-19i915g: add pineview pci idsDaniel Vetter2-0/+10
2010-11-19i915g: s/hw_tiled/tilingDaniel Vetter2-6/+6
2010-11-19i915g: rip out ->sw_tiledDaniel Vetter4-15/+0
2010-11-18ir_to_mesa: Generate smarter code for some conditional movesIan Romanick1-12/+99
2010-11-18glsl: Make is_zero and is_one virtual methods of ir_rvalueIan Romanick2-21/+36
2010-11-18mesa: pass gl_format to _mesa_init_teximage_fields()Brian Paul18-186/+261
2010-11-18scons: Use inline wrap helpers more consistently.José Fonseca3-19/+12
2010-11-18gallium/noop: report GL 2.1Dave Airlie1-5/+8
2010-11-17glsl: Fix 'control reaches end of non-void function' warning.Vinson Lee1-0/+3
2010-11-18mesa: Clean up core.h.Chia-I Wu1-2/+0
2010-11-18st/glx: Replace MESA_VERSION_STRING by xmesa_get_name.Chia-I Wu3-6/+16
2010-11-18st/wgl: Use st_context_iface::share for DrvShareLists.Chia-I Wu1-11/+4
2010-11-18gallium: Add st_context_iface::share to st_api.Chia-I Wu2-1/+28
2010-11-18gallium: Add st_api::name.Chia-I Wu5-0/+13
2010-11-18st/vega: Do not wait NULL fences.Chia-I Wu1-3/+4
2010-11-18i965: Eliminate dead code more aggressively.Eric Anholt1-13/+4
2010-11-17mesa: upgrade to glext.h version 66Brian Paul11-43/+56
2010-11-17r600g: fix buffer alignmentAlex Deucher2-10/+41
2010-11-18i965: Fail on loops on gen6 for now until we write the EU emit code for it.Eric Anholt1-0/+4
2010-11-18i965: Add dumping of the sampler default color.Eric Anholt1-0/+11
2010-11-18i965: Add state dumping for sampler state.Eric Anholt1-2/+39
2010-11-18mesa: Don't spam the console in a debug build unless some spam is requested.Eric Anholt1-2/+4
2010-11-18i965: Shut up spurious gcc warning about GLSL_TYPE enums.Eric Anholt1-0/+4
2010-11-17gallium: Remove redundant sw and debug target helpersJakob Bornecrantz9-272/+1
2010-11-17graw: Use inline debug helper instead of non-inline versionJakob Bornecrantz4-5/+10
2010-11-17libgl-xlib: Use inline debug helper instead of non-inline versionJakob Bornecrantz3-21/+8
2010-11-17glsl: Improve usage message for glsl_compilerChad Versace1-9/+19
2010-11-17glsl: Refactor get_num_operands.Kenneth Graunke2-71/+21
2010-11-17r600g: code cleanup (indent, trailing space, empty line ...)Jerome Glisse9-73/+70
2010-11-17glsl: Remove the ir_binop_cross opcode.Kenneth Graunke7-54/+8
2010-11-17Refresh autogenerated file builtin_function.cpp.Kenneth Graunke1-3/+5
2010-11-17glsl: Reimplement the "cross" built-in without ir_binop_cross.Kenneth Graunke1-3/+5
2010-11-17Regenerate glcpp parser.Kenneth Graunke1-85/+90
2010-11-17glsl: Unconditionally define GL_FRAGMENT_PRECISION_HIGH in ES2 shaders.Kenneth Graunke1-1/+6
2010-11-17egl_dri2: Add missing intel chip ids.Robert Hooker1-0/+12
2010-11-17glsl: Fix Doxygen tag \file in recently renamed filesChad Versace23-23/+23
2010-11-17glsl: Fix erroneous cast in ast_jump_statement::hir()Chad Versace1-2/+1
2010-11-17glsl: Fix constant expression handling for <, >, <=, >= on vectors.Kenneth Graunke1-48/+60
2010-11-17r300g: print FS inputs uninitialized due to hardware limits to stderrMarek Olšák1-7/+17
2010-11-17r600c/evergreen: texture align is group_bytes just like 6xx/7xxAlex Deucher2-14/+15