aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* gallivm: Fix calculating rho for 3d textures for the single-quad caseRoland Scheidegger2012-06-081-2/+1
* draw: simplify index buffer specificationBrian Paul2012-05-315-43/+24
* draw: fix primitive restart bug by using the index buffer offsetBrian Paul2012-05-251-3/+6
* util: add GALLIUM_LOG_FILE option for logging output to a fileBrian Paul2012-05-252-6/+25
* tgsi: Initialize Padding struct fields.Vinson Lee2012-05-231-0/+4
* gallivm: Fixed erroneous optimisation in lp_build_min/max.James Benton2012-05-211-7/+14
* gallivm: Compensate for lp_const_offset in lp_build_conv.James Benton2012-05-211-4/+31
* gallivm: Fixed overflow in lp_build_clamped_float_to_unsigned_norm.James Benton2012-05-211-1/+1
* gallium/tgsi/text: Ensure ret is initialized in parse_immediate_data.Vinson Lee2012-05-171-0/+4
* Fix fetching integer inputs.José Fonseca2012-05-181-0/+8
* llvmpipe: Implement TXQ.Olivier Galibert2012-05-186-6/+204
* gallium/auxiliary/pipe-loader: Fix usage of anonymous union.Francisco Jerez2012-05-162-7/+7
* draw,llvmpipe: Avoid named struct types on LLVM 3.0 and later.José Fonseca2012-05-161-20/+4
* gallivm: Add MCRegisterInfo.h to silence benign warnings about missing implem...José Fonseca2012-05-151-0/+3
* gallivm: Fix lp_build_sgn for normalized/fixed-point integers.José Fonseca2012-05-151-1/+2
* gallivm: Fix lp_build_const_xxx for negative integers.José Fonseca2012-05-151-5/+6
* Add .gitignore files for recently-added gallium projectsPaul Berry2012-05-151-0/+1
* vl: Initialize pipe_vertex_buffer.user_buffer fields.Vinson Lee2012-05-141-0/+4
* gallium: remove user_buffer_create from the interfaceMarek Olšák2012-05-122-9/+1
* gallium/graw: stop using user_buffer_createMarek Olšák2012-05-121-0/+13
* gallium/util: remove unused parameter nr_vertex_buffers in util_draw_max_indexMarek Olšák2012-05-123-3/+0
* auxiliary/util: Ensure pipe_constant_buffer::user_buffer is initialized.José Fonseca2012-05-121-0/+1
* gallivm: Fix copy'n'paste typo bug translating CEIL opcode.José Fonseca2012-05-111-2/+2
* Merge branch 'gallium-userbuf'Marek Olšák2012-05-1114-81/+154
|\
| * u_vbuf: set user buffer pointer for drivers which support user buffersMarek Olšák2012-05-011-0/+2
| * st/vega: don't use user_buffer_createMarek Olšák2012-04-302-0/+24
| * cso: cso_context should install u_vbuf by itself and not st/mesaMarek Olšák2012-04-302-7/+23
| * gallium/util: stop using user buffers in util_draw_texquadMarek Olšák2012-04-301-2/+3
| * gallium: add void *user_buffer in pipe_index_bufferMarek Olšák2012-04-303-45/+69
| * gallium: remove pipe_context::redefine_user_bufferMarek Olšák2012-04-302-13/+0
| * gallium: add void *user_buffer in pipe_vertex_bufferMarek Olšák2012-04-303-11/+15
| * gallium: change set_constant_buffer to be UBO-friendlyMarek Olšák2012-04-303-3/+18
* | gallium/tgsi: s/TGSI_BUFFER/TGSI_TEXTURE_BUFFER/José Fonseca2012-05-111-2/+2
* | gallium/tgsi: Redefine the TGSI_TEXTURE_UNKNOWN texture target.José Fonseca2012-05-113-3/+4
* | gallium: Add pipe loader for device enumeration and driver multiplexing.Francisco Jerez2012-05-118-0/+666
* | gallium/tgsi/text: Replace open-coded integer parsing with parse_int().Francisco Jerez2012-05-111-17/+3
* | gallium/tgsi/text: Parse immediates of non-float data types.Francisco Jerez2012-05-111-18/+48
* | gallium/tgsi: Fix tgsi_build_full_immediate() for non-float data types.Francisco Jerez2012-05-111-22/+8
* | gallium/tgsi/text: Make label parsing optional for branch instructions.Francisco Jerez2012-05-111-10/+9
* | gallium/tgsi/ureg: Support local temporary emission.Francisco Jerez2012-05-112-6/+60
* | gallium/tgsi/ureg: Lift the restriction on releasing temporaries over UREG_MA...Francisco Jerez2012-05-111-27/+22
* | gallium/util: Define util_strchrnul.Francisco Jerez2012-05-111-6/+18
* | gallium/tgsi: Introduce the "LOCAL" register declaration modifier.Francisco Jerez2012-05-113-26/+46
* | gallium/tgsi: Add support for atomic opcodes.Francisco Jerez2012-05-111-1/+12
* | gallium/tgsi: Add support for barriers.Francisco Jerez2012-05-111-0/+4
* | gallium/tgsi: Define system values used to query the compute grid parameters.Francisco Jerez2012-05-111-1/+5
* | gallium/tgsi: Add resource write-back support.Francisco Jerez2012-05-114-0/+11
* | gallium/tgsi: Add support for raw resources.Francisco Jerez2012-05-113-2/+24
* | gallium/tgsi: Define the TGSI_BUFFER texture target.Francisco Jerez2012-05-113-3/+3
* | gallium/tgsi: Introduce the compute processor.Francisco Jerez2012-05-114-4/+8