aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* [g3dvl] and finally remove pipe_video_contextChristian König2011-07-087-122/+93
* [g3dvl] move video buffer creation out of video contextChristian König2011-07-084-79/+91
* [g3dvl] move compositor creation and handling directly into the state trackersChristian König2011-07-083-83/+130
* [g3dvl] remove sampler view handling from video contextChristian König2011-07-081-86/+0
* [g3dvl] remove create_surface from video contextChristian König2011-07-081-13/+0
* [g3dvl] make pipe_context mandatory for creation pipe_video_contextChristian König2011-07-081-2/+0
* [g3dvl] rename is_format_supported to is_video_format_supported and move it i...Christian König2011-07-083-31/+35
* [g3dvl] rename get_param to get_video_param and move into screen objectChristian König2011-07-072-23/+17
* Merge remote-tracking branch 'origin/master' into pipe-videoChristian König2011-07-0418-120/+151
|\
| * u_upload_mgr: Use pipe_buffer_map_range istead of pipe_buffer_map.José Fonseca2011-07-011-5/+6
| * Gallium: fix buffer overflowMicael Dias2011-07-011-0/+11
| * gallium/util: Upload manager optimizationsThomas Hellstrom2011-07-012-13/+42
| * gallivm: Pass in CPU name to createTargetMachine when on llvm-3.0.Vinson Lee2011-06-301-0/+4
| * gallivm: Rename TargetInstrDesc to MCInstrDesc when using llvm-3.0.Vinson Lee2011-06-301-0/+4
| * Gallium:draw:aaline and aapoint: Restore the old hooks when we destroy our st...Stéphane Marchesin2011-06-292-0/+17
| * indices: fix conversion of PIPE_PRIM_POLYGON to linesBrian Paul2011-06-242-3/+8
| * gallivm: Fix x86 build with llvm-3.0svn.Vinson Lee2011-06-231-0/+4
| * u_vbuf_mgr: make u_vbuf_mgr_draw_begin return flags in a bitmaskMarek Olšák2011-06-192-31/+34
| * u_vbuf_mgr: fix uploading if format size is greater than strideMarek Olšák2011-06-191-0/+5
| * scons: make embedding orthogonal to the platformJosé Fonseca2011-06-175-17/+8
| * target-helpers: remove copy-pasted function inline_noop_helperMarek Olšák2011-06-142-51/+8
* | Merge remote-tracking branch 'origin/master' into pipe-videoChristian König2011-06-0915-72/+161
|\|
| * util: fix strict aliasing issues in u_format_r11g11b10f.hRoland Scheidegger2011-06-091-8/+16
| * util: add gcc version check for builtinsRoland Scheidegger2011-06-091-3/+3
| * util: better logbase2/next_power_of_two implementationsBenjamin Bellec2011-06-091-8/+24
| * gallium: s/bool/boolean/Brian Paul2011-06-084-4/+4
| * draw: fix edge flag handling in clipper (for unfilled tris/quads/polygons)Brian Paul2011-06-081-5/+57
| * tgsi: s/varient/variant/Brian Paul2011-06-071-2/+2
| * draw: rename draw_vs_varient.c to draw_vs_variant.cBrian Paul2011-06-073-2/+2
| * draw/llvm: whitespace, formatting fixesBrian Paul2011-06-071-38/+51
| * draw: s/1/TRUE/Brian Paul2011-06-071-2/+2
| * Gallium: fix indentation in u_blitter.cStéphane Marchesin2011-06-061-1/+1
| * util: add \n to debug_checkpoint_fullMarcin Slusarz2011-06-061-1/+1
* | [g3dvl] rework video buffer format handlingChristian König2011-06-073-30/+53
* | [g3dvl] move dummy quantification into xvmc state trackerChristian König2011-06-071-15/+3
* | [g3dvl] split quant matrix out of picture infoChristian König2011-06-051-7/+14
* | [g3dvl] rename map/unmap to begin/end frameChristian König2011-06-051-4/+4
* | [g3dvl] remove unused and dublicate fields from picture structureChristian König2011-06-051-3/+3
* | [g3dvl] use a vertex element instead of the instance idChristian König2011-06-051-2/+1
* | Merge remote-tracking branch 'origin/master' into pipe-videoChristian König2011-06-055-136/+53
|\|
| * cso: move cso hashes to a more table driven schemeDave Airlie2011-06-032-84/+21
| * u_prim: convert u_trim_pipe_prim to table driven.Dave Airlie2011-06-031-47/+24
| * util: faster logbase2Brian Paul2011-06-021-4/+7
| * tgsi/ureg: bump the limit of immediatesMarek Olšák2011-05-301-1/+1
* | [g3dvl] use a vertex element instead of the instance idChristian König2011-06-045-21/+85
* | [g3dvl] respect maximum instruction for idct render targetsChristian König2011-06-011-3/+8
* | [g3dvl] dynamical adjust blocks per lineChristian König2011-06-011-5/+4
* | [g3dvl] move quantification into shadersChristian König2011-05-294-112/+168
* | [g3dvl] implement mismatch control inside idct shadersChristian König2011-05-294-46/+198
* | [g3dvl] fix resource type for idctChristian König2011-05-291-12/+11