summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe
Commit message (Expand)AuthorAgeFilesLines
* gallium: Fix texture sampling with explicit LOD in softpipe.Michal Krol2010-01-072-39/+77
* gallium: Pass per-element (not per-quad) LOD bias values down to texture samp...Michal Krol2010-01-072-63/+93
* softpipe: fix draw return valueKeith Whitwell2010-01-061-1/+1
* pipe_sampler_state::compare_mode is not a boolean enable flag.Michal Krol2010-01-061-1/+1
* Merge commit 'origin/gallium-draw-retval'Keith Whitwell2010-01-052-18/+16
|\
| * gallium: propogate draw retval changes into more driversKeith Whitwell2009-12-212-18/+16
* | softpipe: implement conditional renderingBrian Paul2009-12-316-0/+57
* | Merge branch 'mesa_7_7_branch'Brian Paul2009-12-312-1/+2
|\ \
| * | softpipe: Silence unintialized variable warnings.Vinson Lee2009-12-271-1/+1
| * | softpipe: Silence unused variable warning.Vinson Lee2009-12-271-0/+1
| * | Fix memory leak.Alan Hourihane2009-11-201-0/+1
* | | softpipe: Flush draw module when fragment pipeline state changes.José Fonseca2009-12-263-4/+21
* | | softpipe: Flush draw module before switching framebuffer.José Fonseca2009-12-261-0/+2
* | | gallium: geometry shader can be always enabled and we don't need a cap for thatZack Rusin2009-12-251-2/+0
* | | softpipe: make it possible to dump geometry shader from the softpipeZack Rusin2009-12-253-0/+6
* | | softpipe/gs: don't crash with null shaderZack Rusin2009-12-251-1/+2
* | | gallium: add geometry shader support to galliumZack Rusin2009-12-258-13/+98
* | | Merge branch 'gallium-edgeflags'Roland Scheidegger2009-12-223-14/+0
|\ \ \ | |_|/ |/| |
| * | gallium: more work for edgeflags changesRoland Scheidegger2009-12-143-14/+0
* | | Move the remaining format pf_get_* functions to u_format.h.Michal Krol2009-12-172-8/+8
* | | Merge branch 'master' into pipe-format-simplifyMichal Krol2009-12-175-27/+26
|\| |
| * | Merge branch 'gallium-strict-aliasing'Roland Scheidegger2009-12-081-3/+4
| |\ \
| | * | gallium/util: fix util_color_[un]pack[-ub] to be strict aliasing safeRoland Scheidegger2009-12-071-3/+4
| * | | softpipe: sp_winsys.h should define/include what it needs.Corbin Simpson2009-12-061-1/+3
| * | | softpipe: dont claim to support PIPE_FORMAT_NONEKeith Whitwell2009-12-041-0/+1
| * | | softpipe: fix double-minify in texture layoutKeith Whitwell2009-12-041-1/+1
| * | | Merge branch 'gallium-noblocks'Roland Scheidegger2009-12-042-24/+19
| |\ \ \ | | |/ / | |/| |
| | * | gallium: interface cleanups, remove nblocksx/y from pipe_texture and moreRoland Scheidegger2009-11-302-24/+19
* | | | Move pf_get_component_bits() to u_format auxiliary module.Michal Krol2009-12-031-2/+5
* | | | Move pf_get_bits/size() to u_format auxiliary module.Michal Krol2009-12-031-1/+2
* | | | Move pf_get_block() to u_format auxiliary module.Michal Krol2009-12-031-1/+3
|/ / /
* | | softpipe: setup machine->Face without a conditionalBrian Paul2009-12-011-5/+2
* | | sp: Do not falsely advertise support for some SNORM formats.Michal Krol2009-12-011-0/+4
* | | sp: Implement separate vertex sampler state.Michal Krol2009-12-017-11/+116
|/ /
* | Merge branch 'width0'Roland Scheidegger2009-11-273-56/+58
|\ \
| * | gallium: don't use arrays for texture width,height,depthKeith Whitwell2009-11-193-56/+58
* | | softpipe: Initialise TGSI machine's Face.Michal Krol2009-11-231-1/+7
* | | Fix indentation.Alan Hourihane2009-11-201-3/+4
* | | Fix memory leak.Alan Hourihane2009-11-201-0/+1
| |/ |/|
* | softpipe: whitespace/indentation fixesBrian Paul2009-11-191-5/+3
* | softpipe: add missing check in softpipe_is_texture_referenced()Brian Paul2009-11-191-2/+8
|/
* softpipe: Implement PIPE_BLENDFACTOR_SRC_ALPHA_SATURATE for destination.José Fonseca2009-11-051-2/+10
* softpipe: Sanitise shader semantic and interpolator handling.Michal Krol2009-11-021-24/+10
* softpipe: Respect gl_rasterization_rules in primitive setup.Michal Krol2009-10-301-14/+26
* Merge branch 'mesa_7_6_branch'Brian Paul2009-10-101-1/+6
|\
| * softpipe: revert 564df9dc5f6335eb8dc68f3c69cf054d2142663cBrian Paul2009-10-101-1/+6
* | softpipe: fix multi-drawbuffers regressionBrian Paul2009-10-101-3/+3
* | softpipe: restore/fix print_vertex() debug helperBrian Paul2009-10-091-2/+6
* | softpipe: new commentsBrian Paul2009-10-071-0/+39
* | softpipe: whitespace and comment fixesBrian Paul2009-10-071-11/+8