aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* gallium: Fix llvmpipe on big-endian machinesAdam Jackson2013-06-2432-346/+326
* llvmpipe: fix wrong results for queries not in a sceneRoland Scheidegger2013-06-221-12/+9
* gallium/docs: more documentation for pipe_resource::array_sizeBrian Paul2013-06-221-0/+6
* svga: minor cleanups, comments in svga_tgsi_insn.cBrian Paul2013-06-221-8/+19
* svga: add null ptr check in svga_get_tex_sampler_view()Brian Paul2013-06-221-0/+3
* tools/trace: Several tweaks/fixes to dump_stateJosé Fonseca2013-06-221-9/+29
* trace: Dump result of create_stream_output_targetJosé Fonseca2013-06-221-0/+2
* vl/mpeg12: fix mpeg-1 bytestream parsingMaarten Lankhorst2013-06-221-6/+24
* freedreno/a3xx/compiler: ensure min # of cycles after bary instrRob Clark2013-06-211-2/+13
* freedreno/a3xx/compiler: add TGSI_OPCODE_ABSRob Clark2013-06-211-6/+14
* freedreno/a3xx/compiler: add TGSI_OPCODE_DPHRob Clark2013-06-211-3/+18
* freedreno/a3xx/compiler: fix for replicating instructionsRob Clark2013-06-211-24/+18
* mesa: Move the common _mesa_glsl_compile_shader() code to glsl/.Eric Anholt2013-06-216-125/+100
* mesa: Move shader compiler API code to shaderapi.cEric Anholt2013-06-212-35/+38
* mesa: Fix missing setting of shader->IsES.Eric Anholt2013-06-211-0/+1
* mesa: Use shared code for converting shader targets to short strings.Eric Anholt2013-06-219-43/+61
* glsl: Remove ir_print_visitor.h includes and usageEric Anholt2013-06-2118-26/+8
* glsl: Make _mesa_print_ir() available from anything including ir.h.Eric Anholt2013-06-213-3/+11
* glsl: Make some files safe to include from CPaul Berry2013-06-213-0/+8
* tools/trace: Quick instructions/notes.José Fonseca2013-06-212-0/+48
* tools/trace: Do a better job at comparing multi line strings.José Fonseca2013-06-211-1/+34
* tools/trace: Tool to compare json state dumps.José Fonseca2013-06-211-0/+324
* tools/trace: Tool to dump gallium state at any draw call.José Fonseca2013-06-212-2/+635
* tools/trace: Defer blob hex-decoding.José Fonseca2013-06-212-9/+27
* trace: Don't dump texture transfers.José Fonseca2013-06-213-10/+19
* ilo: replace a boolean by boolChia-I Wu2013-06-201-1/+1
* ilo: rename cache_seqno to uploadedChia-I Wu2013-06-202-6/+6
* util: (trivial) add has_popcnt fieldRoland Scheidegger2013-06-192-0/+2
* llvmpipe: use 64bit counter for occlusion queriesRoland Scheidegger2013-06-193-5/+10
* llvmpipe: handle more queriesRoland Scheidegger2013-06-197-14/+67
* softpipe: handle all queries, and change for the new disjoint semanticsRoland Scheidegger2013-06-191-11/+28
* gallium: fix PIPE_QUERY_TIMESTAMP_DISJOINTRoland Scheidegger2013-06-193-12/+12
* trace: Dump pipe_rasterizer_state::clip_halfz.José Fonseca2013-06-191-0/+1
* svga: add some comments about primitive conversionBrian Paul2013-06-192-11/+26
* indices: add some commentsBrian Paul2013-06-192-4/+28
* svga: reindent svga_tgsi.cBrian Paul2013-06-191-63/+65
* svga: whitespace, comment, formatting fixes in svga_tgsi_emit.hBrian Paul2013-06-191-42/+56
* svga: move some svga/tgsi functionsBrian Paul2013-06-193-125/+149
* svga: formatting fixes in svga_tgsi_insn.cBrian Paul2013-06-191-260/+395
* mesa: wrap comments, code to 78 columns in multisample.cBrian Paul2013-06-191-6/+11
* mesa: remove unused BITSET64 macrosBrian Paul2013-06-191-61/+0
* nvc0: kill assert in ppp codeMaarten Lankhorst2013-06-191-2/+0
* ilo: rework shader cacheChia-I Wu2013-06-199-186/+356
* nv50: avoid crash on updating RASTERIZE_ENABLE stateEmil Velikov2013-06-191-0/+10
* wayland: Handle global_remove event as wellKristian Høgsberg2013-06-181-1/+8
* gen7: fix GPU hang on WebGL texture-size testJordan Justen2013-06-181-1/+1
* intel: Remove unused IS_POWER_OF_TWO() macro.Eric Anholt2013-06-181-2/+0
* Revert "draw: clear the draw buffers in draw"Zack Rusin2013-06-178-34/+13
* llvmpipe: fixes for conditional renderingRoland Scheidegger2013-06-184-36/+86
* gallium: add condition parameter to render_conditionRoland Scheidegger2013-06-1842-40/+95