summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* scons: remove radeon buildAndreas Boll2013-05-0310-186/+0
* r600g: don't emit surface_sync after FLUSH_AND_INV_EVENTAlex Deucher2013-05-031-26/+0
* r600g/sb: zero-initialize bytecode structsVadim Girlin2013-05-032-3/+6
* r600g/sb: fix constant propagation in gvn passVadim Girlin2013-05-031-1/+2
* r600g/sb: don't run unnecessary passesVadim Girlin2013-05-031-3/+0
* r600g/sb: silence warnings with gcc 4.8Vadim Girlin2013-05-032-14/+15
* r600g/sb: fix handling of interference sets in post_schedulerVadim Girlin2013-05-032-8/+8
* r600g/sb: fix allocation of indirectly addressed input arraysVadim Girlin2013-05-034-10/+25
* r600g/sb: use hex instead of binary constantsVadim Girlin2013-05-035-15/+15
* r600g: use old shader disassembler by defaultVadim Girlin2013-05-034-19/+18
* radeon/uvd: enable interlaced buffers by defaultChristian König2013-05-032-5/+5
* vl/idct: fix for commit 7d2f2a0c890b1993532a45c8c392c28950ddc06eChristian König2013-05-035-22/+27
* vl/buffers: fix typo in function nameChristian König2013-05-034-19/+19
* radeon/uvd: fix some MPEG4 artifactsChristian König2013-05-031-7/+17
* draw: Update for u_assembled_primitive -> u_assembled_prim rename.José Fonseca2013-05-031-1/+1
* st/egl: fix bulid errors on Android 4.2Chia-I Wu2013-05-031-23/+62
* ilo: use u_reduced_prims_for_vertices()Chia-I Wu2013-05-031-68/+1
* util/prim: add u_reduced_prims_for_vertices()Chia-I Wu2013-05-031-0/+20
* util/prim: assorted fixes for u_decomposed_prims_for_vertices()Chia-I Wu2013-05-031-11/+11
* util/prim: use vertex count info in u_validate_pipe_prim()Chia-I Wu2013-05-031-32/+2
* util/prim: fix the name of the include guardChia-I Wu2013-05-031-2/+2
* draw: use u_assembled_prim() instead of u_assembled_primitive()Chia-I Wu2013-05-033-11/+3
* util/prim: clean up and add commentsChia-I Wu2013-05-031-60/+107
* util/prim: fix primitive trimming for triangles with adjacencyChia-I Wu2013-05-031-2/+2
* i965/vs: Add instruction scheduling.Eric Anholt2013-05-023-0/+229
* i965: Move most of the FS instruction scheduler code to a general class.Eric Anholt2013-05-021-49/+75
* i965: Pull a couple of FS scheduling functions out to methods.Eric Anholt2013-05-021-55/+77
* i965: Move FS instruction scheduling to a non-FS-specific file.Eric Anholt2013-05-022-1/+1
* i965: Share the register file enum between the two backends.Eric Anholt2013-05-027-34/+24
* i965: Make dump_instructions be a virtual method of the visitor.Eric Anholt2013-05-026-28/+22
* i965/vs: Do round-robin register allocation on gen6+ like we do in the FS.Eric Anholt2013-05-021-0/+4
* wayland: Make eglQueryBufferWL succeed for width and height requests tooRob Bradford2013-05-021-2/+2
* draw/gs: don't crash when vs/gs signatures don't matchZack Rusin2013-05-021-39/+54
* tgsi: allow negation of all integer typesZack Rusin2013-05-023-8/+4
* i965: Fix SNB GPU hangs when a blorp batch is the first thing to execute.Eric Anholt2013-05-021-0/+35
* r600g: Don't set the dest cache bits on surface sync for R600_CONTEXT_FLUSH_A...Tom Stellard2013-05-021-15/+13
* r600g/compute: Fix build error in debug codeTom Stellard2013-05-021-1/+1
* radeon: Fix build with LLVM 3.3Armin K2013-05-021-1/+1
* gallivm: Fix build with LLVM 3.3Armin K2013-05-021-1/+3
* mesa: update comments, simplify code in vtxfmt.cBrian Paul2013-05-021-8/+6
* mesa: update GLvertexformat commentsBrian Paul2013-05-021-20/+7
* mesa: remove GLvertexformat::EvalMesh1(), EvalMesh2()Brian Paul2013-05-029-176/+110
* mesa: remove GLvertexformat::Rectf()Brian Paul2013-05-027-56/+24
* mesa: simplify dispatch for glDraw* functionsBrian Paul2013-05-029-401/+20
* vbo: add new vbo_initialize_exec_dispatch(), vbo_initialize_save_dispatch()Brian Paul2013-05-023-0/+68
* mesa: remove _MESA_INIT_EVAL_VTXFMT() macroBrian Paul2013-05-025-16/+32
* mesa: remove _MESA_INIT_ARRAYELT_VTXFMT() macroBrian Paul2013-05-025-8/+4
* mesa: remove _MESA_INIT_DLIST_VTXFMT() macroBrian Paul2013-05-025-10/+9
* mesa: change _mesa_inside_dlist_begin_end() to handle PRIM_UNKNOWNBrian Paul2013-05-022-5/+3
* mesa: add names of geometry shader prims in gl_enums.pyBrian Paul2013-05-021-1/+5