summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * st/mesa: reorder code in draw_vboMarek Olšák2012-04-301-12/+12
| * st/mesa: remove more unnecessary code in draw_vboMarek Olšák2012-04-301-16/+1
| * gallium: add void *user_buffer in pipe_index_bufferMarek Olšák2012-04-3023-118/+151
| * gallium: remove pipe_context::redefine_user_bufferMarek Olšák2012-04-3021-131/+0
| * gallium: add void *user_buffer in pipe_vertex_bufferMarek Olšák2012-04-3017-182/+73
| * st/mesa: make user constant buffers optionalMarek Olšák2012-04-303-7/+25
| * gallium: change set_constant_buffer to be UBO-friendlyMarek Olšák2012-04-3032-97/+139
| * gallium: add PIPE_CAP_CONSTANT_BUFFER_OFFSET_ALIGNMENTMarek Olšák2012-04-3012-1/+28
| * st/mesa: make user index buffers optionalMarek Olšák2012-04-303-1/+16
| * st/mesa: only set index buffer when drawing is indexedMarek Olšák2012-04-301-25/+21
| * gallium: add PIPE_CAP_USER_INDEX_BUFFERS and PIPE_CAP_USER_CONSTANT_BUFFERSMarek Olšák2012-04-3012-0/+28
* | gallium/tgsi: s/TGSI_BUFFER/TGSI_TEXTURE_BUFFER/José Fonseca2012-05-113-5/+4
* | gallium/tgsi: Redefine the TGSI_TEXTURE_UNKNOWN texture target.José Fonseca2012-05-115-4/+8
* | llvmpipe: Fix triangle bounding box calculation to be correctly inclusive or ...James Benton2012-05-111-8/+6
* | llvmpipe: Change triangle rasterization comparison from < 0 to <= 0James Benton2012-05-111-1/+8
* | clover: Implement CL_MEM_COPY_HOST_PTR.Francisco Jerez2012-05-114-7/+20
* | gallium/targets/pipe-loader: Prepend DESTDIR to the installation directory.Alexey Shvetsov2012-05-111-2/+2
* | clover: Assorted build fixes.Tom Stellard2012-05-111-8/+30
* | clover: Import OpenCL state tracker.Francisco Jerez2012-05-1151-3/+14729
* | gallium/tests/trivial: Import compute unit tests.Francisco Jerez2012-05-112-1/+1594
* | gallium/gbm: Switch to auxiliary/pipe-loader.Francisco Jerez2012-05-1113-574/+52
* | gallium/tests/trivial: Switch to the pipe loader.Francisco Jerez2012-05-114-36/+50
* | gallium: Add "pipe-loader" target.Francisco Jerez2012-05-117-0/+315
* | gallium: Add pipe loader for device enumeration and driver multiplexing.Francisco Jerez2012-05-1110-0/+691
* | 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
* | st/mesa: Use local temporary registers.Francisco Jerez2012-05-111-4/+4
* | 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/compute: Drop TGSI dependency.Francisco Jerez2012-05-113-2/+13
* | gallium/tgsi: Introduce the "LOCAL" register declaration modifier.Francisco Jerez2012-05-115-27/+54
* | gallium/tgsi: Add support for atomic opcodes.Francisco Jerez2012-05-113-2/+188
* | gallium/tgsi: Add support for barriers.Francisco Jerez2012-05-113-1/+59
* | gallium/tgsi: Define system values used to query the compute grid parameters.Francisco Jerez2012-05-112-2/+10
* | gallium/tgsi: Add resource write-back support.Francisco Jerez2012-05-118-4/+45
* | gallium/tgsi: Add support for raw resources.Francisco Jerez2012-05-115-4/+40
* | gallium/tgsi: Define the TGSI_BUFFER texture target.Francisco Jerez2012-05-115-6/+6
* | gallium/tgsi: Introduce the compute processor.Francisco Jerez2012-05-115-4/+9
* | gallium/tgsi: Move interpolation info from tgsi_declaration to a separate token.Francisco Jerez2012-05-1119-74/+141
* | gallium: Add context hooks for binding shader resources.Francisco Jerez2012-05-115-1/+58
* | gallium/tgsi: Split sampler views from shader resources.Francisco Jerez2012-05-1117-183/+303
* | gallium: Basic compute interface.Francisco Jerez2012-05-117-2/+185
* | radeonsi: Properly translate vertex format swizzle.Michel Dänzer2012-05-113-23/+23
* | radeon/llvm: Remove AMDILMCCodeEmitter.cppTom Stellard2012-05-102-158/+0
* | radeon/llvm: Remove SILowerShaderInstructions.cppTom Stellard2012-05-104-81/+0
* | radeonsi/llvm: Move lowering of RETURN to ConvertToISA passTom Stellard2012-05-102-11/+2
* | radeon/llvm: Add some commentsTom Stellard2012-05-1064-422/+393