summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* ilo: make constant buffer 0 upload optionalChia-I Wu2013-08-133-29/+35
* Revert "ilo: initialize constant buffer SURFACE_STATE early"Chia-I Wu2013-08-134-32/+27
* ilo: initialize constant buffer SURFACE_STATE earlyChia-I Wu2013-08-124-27/+32
* ilo: 3DSTATE_INDEX_BUFFER may be wrongly skippedChia-I Wu2013-08-101-1/+5
* gallivm: set non-existing values really to zero in size queries for d3d10Roland Scheidegger2013-08-091-2/+2
* gallivm: use texture target from shader instead of static state for size queryRoland Scheidegger2013-08-091-0/+2
* softpipe: fix the regressionsZack Rusin2013-08-081-2/+0
* softpipe: don't clamp reference value for shadow comparison for float formatsRoland Scheidegger2013-08-081-12/+32
* gallivm: propagate scalar_lod to emit_size_query tooRoland Scheidegger2013-08-081-0/+2
* ilo: get rid of GPE tables completelyChia-I Wu2013-08-086-108/+54
* ilo: clean up GPE header inclusionsChia-I Wu2013-08-086-14/+8
* ilo: initialize alpha test state in ilo_gpe_init_dsaChia-I Wu2013-08-085-38/+46
* ilo: fold gen6_translate_index_size into the callerChia-I Wu2013-08-081-17/+15
* ilo: fold gen6_translate_depth_format into the callerChia-I Wu2013-08-081-33/+9
* ilo: Call GPE emit functions directly.Courtney Goeltzenleuchter2013-08-088-1248/+141
* ilo: move emit functions so that they can be inlined.Courtney Goeltzenleuchter2013-08-084-3467/+3453
* r300g/compiler/tests: Pass the required LDFLAGS when building the test programTom Stellard2013-08-071-1/+2
* r300g/compiler/tests: Fix segfaultTom Stellard2013-08-073-4/+4
* ilo: speed up 3DSTATE_VERTEX_BUFFERS emission a bitChia-I Wu2013-08-073-26/+12
* ilo: skip state emission when reducing sampler countChia-I Wu2013-08-071-19/+29
* ilo: simplify setting of shader samplers and viewsChia-I Wu2013-08-071-44/+33
* ilo: correctly check for stencil ref changeChia-I Wu2013-08-071-1/+1
* draw: fix slot detectionZack Rusin2013-08-062-2/+1
* nvc0: don't access array out of bounds on unexpected sample countChristoph Bumiller2013-08-061-2/+1
* nv50: handle pure integer vertex attributesEmil Velikov2013-08-062-2/+14
* nvc0: implement MP performance counters for nvc0:nvd9Samuel Pitoiset2013-08-062-93/+370
* nvc0: implement compute support for nvc0Samuel Pitoiset2013-08-069-32/+706
* nvc0: add more MP counters for nve4Samuel Pitoiset2013-08-063-14/+47
* radeonsi: Number of SGPRs retrieved from LLVM already includes VCCMichel Dänzer2013-08-061-8/+8
* llvmpipe: Do not need to free anything if there is no geometry shader.Vinson Lee2013-08-051-2/+5
* nvc0: Initialize ptr for unexpected sample_count on release builds.Vinson Lee2013-08-051-0/+1
* llvmpipe: fix frontface behavior againZack Rusin2013-08-021-3/+11
* r600g/sb: Dump correct value for CND.Vinson Lee2013-08-041-1/+1
* nv50: fix some h264 interlaced decoding on vp2Ilia Mirkin2013-08-032-7/+8
* llvmpipe: don't interpolate front face or prim idZack Rusin2013-08-021-15/+13
* draw: inject frontface info into wireframe outputsZack Rusin2013-08-0210-4/+45
* llvmpipe: make the front-face behavior match the gallium specZack Rusin2013-08-021-1/+4
* r600g: honour semantic index in fragment color exportsChristoph Bumiller2013-08-021-5/+5
* nvc0: properly align NVE4_COMPUTE_MP_TEMP_SIZESamuel Pitoiset2013-07-312-2/+3
* softpipe: use new softpipe_resource_data() accessorBrian Paul2013-07-313-4/+20
* softpipe: don't ignore pipe_constant_buffer::buffer_offsetBrian Paul2013-07-311-3/+5
* Revert "r300g: Give CLIP_DISABLE another try"Marek Olšák2013-07-302-3/+2
* r600g/compute: Added missing address space checking of kernel parametersJonathan Charest2013-07-301-3/+2
* nvc0: force use of correct firmware fileMaarten Lankhorst2013-07-281-1/+1
* nv50,nvc0: s/uint16/uint32 for constant buffer offsetChristoph Bumiller2013-07-242-2/+2
* gallium: Add PIPE_CAP_ENDIANNESSTom Stellard2013-07-2212-0/+25
* llvmpipe: Ensure FTZ/DAZ flags are set on deferred draw flushes.Zack Rusin2013-07-221-0/+8
* llvmpipe: Remove lp_rast_get_num_threads().José Fonseca2013-07-222-11/+0
* llvmpipe/tests: update arith test to check for edge casesZack Rusin2013-07-191-9/+19
* llvmpipe: clamp inputs for srgb render buffersRoland Scheidegger2013-07-181-0/+35