summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-08-17XXX: MC CodeSI-MCEmitterTom Stellard1-1/+5
2012-08-17radeon/llvm: Set 64BitPtr feature bit for SITom Stellard1-1/+1
2012-08-17XXX: MC Code EmitterTom Stellard2-4/+7
2012-08-17XXX: MC Code emitterTom Stellard1-1/+1
2012-08-17XXX: Convert SI to the MC Code EmitterTom Stellard14-77/+584
2012-08-17XXX: Add ASMTom Stellard1-3/+3
2012-08-17radeon/llvm: Lower RETFLAG DAG Node to S_ENDPGM on SITom Stellard3-8/+12
2012-08-17radeon/llvm: Add AsmPrinterTom Stellard8-0/+193
2012-08-16radeon/llvm: Mark JUMP as a pseudo instructionTom Stellard1-1/+1
2012-08-16radeon/llvm: Lower implicit parameters before ISelTom Stellard3-69/+42
2012-08-16gallium/draw: move misplaced braceBrian Paul1-1/+1
2012-08-16mesa: raise GL_INVALID_OPERATION in glGenerateMipmap for missing base imageBrian Paul1-0/+2
2012-08-16r600: update sampler, sampler_view code for the futureBrian Paul4-19/+50
2012-08-16rbug: update data structures, functions for future changesBrian Paul3-76/+71
2012-08-16gallium/trace: add 'start' parameter to bind_sampler_states/views()Brian Paul1-4/+14
2012-08-16gallium/identity: add 'start' parameter to bind_sampler_states/views()Brian Paul1-4/+12
2012-08-16galahad: add 'start' parameter to bind_sampler_states/views()Brian Paul1-41/+57
2012-08-16svga: add 'start' parameter to bind_sampler_states/views()Brian Paul1-24/+65
2012-08-16llvmpipe: add 'start' parameter to bind_sampler_states/views()Brian Paul1-22/+45
2012-08-16softpipe: add 'start' parameter to bind_sampler_states/views()Brian Paul1-25/+49
2012-08-16gallium/trace: consolidate sampler, sampler_view codeBrian Paul1-50/+82
2012-08-16gallium/identity: consolidate sampler, sampler_view codeBrian Paul1-32/+54
2012-08-16st/mesa: add support for GS textures and samplersBrian Paul4-11/+39
2012-08-16st/mesa: combine vertex/fragment sampler state in arraysBrian Paul5-33/+26
2012-08-16gallium: remove PIPE_MAX_VERTEX/GEOMETRY_SAMPLERS #defineBrian Paul21-49/+41
2012-08-16draw: index samplers and sampler_view state by shader typeBrian Paul3-29/+34
2012-08-16draw: move tgsi-related state into a tgsi sub-structBrian Paul5-30/+35
2012-08-16gallium: add a shader stage/type param to some draw functionsBrian Paul5-37/+51
2012-08-16st/mesa: silence signed/unsigned comparison warningBrian Paul1-2/+2
2012-08-16svga: move result->key expression after result != NULL checkBrian Paul1-1/+3
2012-08-16svga: fix result==NULL logic in emit_fs_consts()Brian Paul1-23/+25
2012-08-16svga: update comment (s/SVGA_NEW_VS_RESULT/SVGA_NEW_VS_PRESCALE/)Brian Paul1-1/+1
2012-08-16svga: rename svga_hw_vs_parameters -> svga_hw_vs_constantsBrian Paul3-6/+6
2012-08-16st/mesa: index can be negative in the PROGRAM_CONSTANT caseNiels Ole Salscheider1-1/+1
2012-08-16mesa: add cast to silence warning in _mesa_pack_rgba_span_from_ints()Brian Paul1-1/+1
2012-08-16meta: remove unused variableBrian Paul1-1/+1
2012-08-16radeonsi: Fix symbol conflicts with r600g.Michel Dänzer10-268/+254
2012-08-16radeonsi: Fix memory leaks if returning early from some state functions.Michel Dänzer2-12/+14
2012-08-16radeonsi: Fix LLVM context leak.Michel Dänzer1-0/+1
2012-08-16gallium/radeon: Don't assign virtual address space for BO that already has one.Michel Dänzer1-1/+1
2012-08-16gallium/radeon: Create hole for waste when allocating from va_offset.Michel Dänzer1-0/+6
2012-08-16gallium/radeon: Fix potential address space loss in radeon_bomgr_force_va().Michel Dänzer1-6/+13
2012-08-16gallium/radeon: Delete uppermost virtual address space hole if it's at the top.Michel Dänzer1-1/+12
2012-08-16gallium/radeon: Fix losing holes when allocating virtual address space.Michel Dänzer1-1/+6
2012-08-16gallium/radeon: Merge holes when freeing virtual address space.Michel Dänzer1-7/+38
2012-08-16gallium/radeon: Make va_offset 64 bits wide.Michel Dänzer1-1/+1
2012-08-15llvmpipe: Silence Coverity incorrect sizeof expression defect.Vinson Lee1-1/+1
2012-08-15scons: Add option to enable floating-point textures.Vinson Lee2-0/+5
2012-08-16glx/dri2: add dri2 prime support.Dave Airlie1-0/+13
2012-08-15radeon/llvm: Enable if-cvtVincent Lejeune1-0/+3