summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)AuthorFilesLines
2010-07-29mesa: Add missing headers to debug.h.Vinson Lee1-0/+3
2010-07-29intel: Add missing header.Vinson Lee1-0/+1
2010-07-29dri: Add missing header to dri_metaops.c.Vinson Lee1-0/+1
2010-07-29mesa: Reduce clear.h header file inclusion.Vinson Lee1-1/+1
2010-07-29mesa: Reduce bufferobj.h header file inclusion.Vinson Lee1-1/+1
2010-07-29mesa: Remove unnecessary headers.Vinson Lee2-2/+0
2010-07-29intel: Declare the various tracked state variables using "extern"Kristian Høgsberg1-62/+62
2010-07-29intel: Don't depend on context config values when picking texture formatsKristian Høgsberg1-24/+12
2010-07-29mesa: implement RCC opcodeBrian Paul1-0/+54
2010-07-29mesa: update table of opcodes used by GLSLBrian Paul1-8/+8
2010-07-29r600: since 8744c36e added asserts - use another random register for shader w...Andre Maasikas1-1/+1
2010-07-28mesa: Reduce arrayobj.h header file inclusion.Vinson Lee1-1/+1
2010-07-28mesa: Remove unnecessary header.Vinson Lee1-1/+0
2010-07-29gallium: Use unified pipe_context::draw_vbo.Chia-I Wu1-100/+69
2010-07-28mesa: Remove unnecessary header.Vinson Lee1-1/+1
2010-07-28intel: Implement EGL_KHR_surfaceless extensionKristian Høgsberg4-8/+28
2010-07-27intel: Remove unused intel/server filesKristian Høgsberg5-397/+2
2010-07-26i965: Fix reversed naming of the operations in compute-to-mrf optimization.Eric Anholt3-6/+11
2010-07-26i965: Clean up a few magic numbers to use brw_defines.h defs.Eric Anholt3-18/+20
2010-07-26i965: Use MIN2, MAX2 instead of rolling our own.Eric Anholt1-15/+12
2010-07-26i965: Fold the "is arithmetic" bit of 965 opcodes into the opcode list.Eric Anholt1-50/+26
2010-07-26i965: Remove some duped register size/count definitionsEric Anholt2-34/+26
2010-07-26i965: Move the GRF-to-MRF optimizations to brw_optimize.c.Eric Anholt3-619/+618
2010-07-26i965: Improve (i.e. remove) some grf-to-mrf unnecessary movesBenjamin Segovia1-2/+626
2010-07-26i965: Allow VS MOVs to use immediate constants.Eric Anholt1-0/+1
2010-07-23mesa: Fix Cygwin build with llvm enabled.Vinson Lee1-1/+1
2010-07-23gallium: Fix build with llvm installed in non-standard locationChristopher James Halse Rogers1-0/+7
2010-07-23st/mesa: get rid of unneeded ureg_writemask()Brian Paul1-3/+2
2010-07-23st/mesa: fix bug in emit_adjusted_wpos()Brian Paul1-2/+5
2010-07-23i965: Cleanly fail programs with unsupported array access.Eric Anholt1-1/+28
2010-07-23i965: Add support for VS relative addressing of temporary arrays.Eric Anholt1-2/+49
2010-07-22glsl: remove invalid _mesa_problem() callBrian Paul1-0/+2
2010-07-22i965: Respect VS/VP point size result when enabled.Eric Anholt1-3/+4
2010-07-22i965: Fix the disasm output for da16 src widths.Eric Anholt1-1/+1
2010-07-22i965: Avoid extra MOV in VS indirect register reads.Eric Anholt1-15/+16
2010-07-22i965: Fix up VS temporary array access for fixed index offset != 0.Eric Anholt1-1/+1
2010-07-22r600: Flip point sprite coordinates when rendering to an FBO.Henri Verbeet1-1/+3
2010-07-21i965: In the VS, multiply the address reg by the appropriate register size.Eric Anholt1-27/+14
2010-07-21i965: Clean up brw_dp_READ_4_vs() now that it has fewer options to support.Eric Anholt3-52/+31
2010-07-21i965: Support relative addressed VS constant reads using the appropriate msg.Eric Anholt3-31/+66
2010-07-21i965: Fix the DP read msg_control definitions other than plain OWORD.Eric Anholt1-6/+16
2010-07-21i965: Clean up dead code from the VS get_constant/get_reladdr_constant split.Eric Anholt1-3/+1
2010-07-21i956: Set the execution size correctly for scratch space writes.Eric Anholt1-2/+2
2010-07-21i965: Set the GEM domain flags for the scratch space.Eric Anholt1-1/+1
2010-07-21i965: Use the pretty define for 4-oword DP reads.Eric Anholt1-1/+1
2010-07-21i965: Set the send commit bit on register spills as required pre-gen6.Eric Anholt1-9/+32
2010-07-21i965: Add disasm for dataport reads (register unspilling).Eric Anholt1-1/+22
2010-07-21st/mesa: implement depth clampMarek Olšák2-0/+6
2010-07-21Add missing initialization of inOutFlags pointer.Carl Worth1-1/+1
2010-07-21i965: Remove an unused variable.Carl Worth1-1/+0