summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* linux: Don't emit a .note.ABI-tag section anymore (#26663)Adam Jackson2013-04-254-52/+0
* freedreno: use writecombine buffersRob Clark2013-04-251-1/+2
* freedreno: don't patch and re-emit same shader as muchRob Clark2013-04-255-64/+65
* i965: Avoid recompiles for fragment clamping on non-clamping APIs.Eric Anholt2013-04-252-2/+2
* radeonsi: add new SI pci idsAlex Deucher2013-04-251-0/+3
* r600g: add new richland pci idsAlex Deucher2013-04-251-0/+2
* draw: Yield zeros for LLVM fetches of non-existing vertex elements.José Fonseca2013-04-251-21/+28
* trace: Only close trace files on exit.José Fonseca2013-04-253-18/+4
* graw: Set the vertex shader constant buffer.José Fonseca2013-04-251-1/+1
* graw: Simple utilities to dump and disassemble TGSI tokens.José Fonseca2013-04-253-0/+97
* scons: Support clang.José Fonseca2013-04-254-14/+18
* util/u_sse: Fix _mm_shuffle_epi8 prototype for clang.José Fonseca2013-04-251-1/+6
* scons: Remove redundant code.José Fonseca2013-04-251-3/+0
* mesa: fix bogus comment about PrimitiveRestart fieldsChris Forbes2013-04-251-2/+2
* i965: report correct sample positionsChris Forbes2013-04-251-4/+4
* freedreno: fix bogus IMM const reg indexRob Clark2013-04-242-3/+3
* freedreno: clear fixes and debuggingRob Clark2013-04-244-1/+29
* freedreno: fix texture fetch typeRob Clark2013-04-244-2/+10
* freedreno: fix temp register usageRob Clark2013-04-241-48/+52
* freedreno: add noop driverRob Clark2013-04-241-1/+3
* freedreno: use u_math macros/helpers moreRob Clark2013-04-246-25/+20
* freedreno: implement fd_screen_destroy()Rob Clark2013-04-241-6/+26
* freedreno: set SWAP bit based on formatRob Clark2013-04-241-7/+19
* radeon/llvm: Fix segfault with a specifc libelf implementationTom Stellard2013-04-241-0/+4
* r600g: use CP DMA for buffer clears on evergreen+Alex Deucher2013-04-244-2/+119
* i965/gen7: fix encoding of (huge) surface size for BRW_SURFACE_BUFFERChia-I Wu2013-04-241-6/+10
* i965/gen7: fix 3DSTATE_LINE_STIPPLE_PATTERNChia-I Wu2013-04-241-3/+14
* i965: fix SURFACE_STATE dumpingChia-I Wu2013-04-241-4/+4
* i965: Remove strange comments about math functions.Matt Turner2013-04-241-3/+3
* i965: Remove traces of nonexistent TAN math function.Matt Turner2013-04-242-2/+1
* glsl: Teach basic block analysis about break/continue/discard.Paul Berry2013-04-241-1/+1
* glsl: Add virtual function ir_instruction::as_jump()Paul Berry2013-04-241-0/+7
* r600g/llvm: Pass struct r600_bytecode to r600_llvm_compileTom Stellard2013-04-243-8/+7
* winsys/sw/xlib: Prevent shared memory segment leakage.José Fonseca2013-04-241-0/+6
* draw/gs: preserve leading vertex info for gsZack Rusin2013-04-231-1/+1
* r200: fix build regression introduced with 9a32203e1618486e87c7baf494134e05f0...Laurent Carlier2013-04-241-1/+0
* radeonsi: cleanup disabling tiling for UVD v3Christian König2013-04-241-3/+4
* egl/dri2: Fix min/max swap interval of configsChad Versace2013-04-241-3/+3
* mesa: Add unpack functions for A/I/L/LA [U]INT8/16/32 formats.Kenneth Graunke2013-04-231-0/+327
* mesa: Add unpack functions for R/RG/RGB [U]INT8/16/32 formats.Kenneth Graunke2013-04-231-0/+253
* mesa: Add an unpack function for ARGB2101010_UINT.Kenneth Graunke2013-04-231-0/+15
* mesa: Fix unpack function for ETC2_SRGB8_PUNCHTHROUGH_ALPHA1.Kenneth Graunke2013-04-231-1/+1
* mesa: Fix up some final license word wrapping issues by hand.Kenneth Graunke2013-04-232-6/+8
* mesa: Restore 78-column wrapping of license text in C++-style comments.Kenneth Graunke2013-04-2341-164/+164
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-23492-1571/+1975
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-23546-546/+546
* mesa: Change "BRIAN PAUL OR IBM" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-232-2/+2
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-23385-385/+385
* mesa: make _mesa_save_vtxfmt_init() staticBrian Paul2013-04-232-5/+3
* docs: document issue with Viewperf proe-05 test 6Brian Paul2013-04-231-0/+30