summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-01-13r600g/opt: more instruction names for disasmr600_eg_shader_optVadim Girlin1-0/+1
2013-01-13r600g/opt: add MUL_IEEE and predicate support for disasmVadim Girlin1-3/+12
2013-01-13r600g/opt: update for new r600_bytecode_init parameterVadim Girlin1-1/+2
2013-01-13r600g/opt: add support and use LOOP_START_DX10Vadim Girlin2-1/+4
2013-01-13r600g: perform gpr count check after optimizationVadim Girlin1-8/+7
2013-01-13r600g: enable shader optimizationVadim Girlin1-0/+10
2013-01-13r600g/opt: squashed commit for the opt codeVadim Girlin10-0/+8978
2013-01-13r600g: don't merge instructions with forced bank swizzleVadim Girlin1-0/+3
2013-01-13r600g: add missing defines for evergreenVadim Girlin2-3/+28
2013-01-13r600g: disable some checks when building optimized bytecodeVadim Girlin2-5/+11
2013-01-13r600g: fix tex interference checkVadim Girlin1-1/+30
2013-01-13r600g: fix PS/PV handling in merge_inst_groupsVadim Girlin1-0/+3
2013-01-13r600g: make some functions in r600_asm.c externally accessibleVadim Girlin2-6/+16
2013-01-13xmlpool: Fix out-of-tree builds.Johannes Obermayr13-1/+13
2013-01-13gtest: Build it only for 'make check'.Johannes Obermayr1-1/+1
2013-01-13tests: AM_CPPFLAGS must include $(top_srcdir) instead of $(top_builddir).Johannes Obermayr4-13/+14
2013-01-13r200: Fix probable thinko in r200EmitArraysAdam Jackson1-1/+2
2013-01-13target/dri-swrast: fix for nonstandard LLVM prefixNathan Schulte1-0/+1
2013-01-13targets/dri-r600: Force c++ linker in all casesAndreas Boll1-8/+2
2013-01-13glapi/gen: remove an obsolete comment from Makefile.amAndreas Boll1-5/+0
2013-01-13Remove hacks for static MakefilesMatt Turner49-224/+6
2013-01-12i965: Move program_id to intel_screen instead of brw_context.Kenneth Graunke4-8/+22
2013-01-12i965: Fix build error with clang.Kenneth Graunke1-3/+7
2013-01-12i965/fs: Don't mix integer/float immediates in i2b handling.Kenneth Graunke1-1/+3
2013-01-12i965: Add an INTEL_DEBUG=no16 option.Kenneth Graunke3-1/+4
2013-01-13configure.ac: Fixing common dri dependency when using dri state trackerAlexandre Demers1-2/+2
2013-01-12st/mesa: set ctx->Const.UniformBufferOffsetAlignmentFredrik Höglund1-1/+4
2013-01-12scons: Update for xmlpool/options.h generation.José Fonseca5-0/+20
2013-01-12nv50/nvc0: Build codegen in nv50.Johannes Obermayr6-36/+45
2013-01-12winsys/sw/wayland: Fix build to properly use wayland cflagsPekka Vuorela1-1/+1
2013-01-12texformat: use MESA_FORMAT_ARGB2101010 with GL_UNSIGNED_INT_2_10_10_10_REVJordan Justen1-1/+7
2013-01-12texstore argb2101010: merge GL_RGBA and GL_RGB casesJordan Justen1-15/+3
2013-01-12glformats: support _mesa_bytes_per_pixel for 2101010+GL_RGBJordan Justen1-1/+2
2013-01-12glformats: add _mesa_base_format_component_countJordan Justen2-0/+29
2013-01-12glformats: add functions to detect signed/unsigned integer typesJordan Justen2-14/+46
2013-01-12unpack: support unpacking MESA_FORMAT_ARGB2101010Jordan Justen1-0/+18
2013-01-11mesa: Add extension tracking for {ARB,OES}_get_program_binaryIan Romanick1-0/+2
2013-01-11mesa: Add GetProgramiv support for GL_PROGRAM_BINARY_LENGTHIan Romanick1-0/+3
2013-01-11mesa: Add Get support for PROGRAM_BINARY_FORMATS and NUM_PROGRAM_BINARY_FORMATSIan Romanick1-0/+4
2013-01-11mesa: Add tracking for GL_PROGRAM_BINARY_RETRIEVABLE_HINT stateIan Romanick2-0/+62
2013-01-11mesa: Emit errors for geometry shader enums when ARB_gs4 is not supportedIan Romanick1-5/+15
2013-01-11glapi: Emit dispatch for {ARB,OES}_get_program_binaryIan Romanick2-12/+16
2013-01-11glapi: Remove spurious space from end of extension nameIan Romanick1-1/+1
2013-01-11mesa: Add stub implementations of glGetProgramBinary and glProgramBinaryIan Romanick2-0/+63
2013-01-11mesa: Fix the naming of _mesa_ProgramParameteriARBIan Romanick2-4/+4
2013-01-11glapi: Reorder and clean up some of the includes and commentsIan Romanick1-7/+3
2013-01-11mesa: Fix GL_SHADER_BINARY_FORMATS queryIan Romanick1-8/+2
2013-01-12docs/GL3.txt: update GL3 status for r600g.Dave Airlie1-4/+4
2013-01-11r600g: fix warnings for htile vaDave Airlie2-2/+2
2013-01-11r600g: texture buffer object + glsl 1.40 enable support (v2)Dave Airlie10-19/+373