aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/include
Commit message (Expand)AuthorAgeFilesLines
* [g3dvl] and finally remove pipe_video_contextChristian König2011-07-083-29/+13
* [g3dvl] move video buffer creation out of video contextChristian König2011-07-082-8/+12
* [g3dvl] remove the unused priv member from pipe_video_contextChristian König2011-07-082-4/+1
* [g3dvl] move compositor creation and handling directly into the state trackersChristian König2011-07-081-83/+0
* [g3dvl] remove sampler view handling from video contextChristian König2011-07-081-31/+0
* [g3dvl] remove create_surface from video contextChristian König2011-07-081-7/+0
* [g3dvl] make pipe_context mandatory for creation pipe_video_contextChristian König2011-07-081-1/+3
* [g3dvl] rename is_format_supported to is_video_format_supported and move it i...Christian König2011-07-082-7/+8
* [g3dvl] rename get_param to get_video_param and move into screen objectChristian König2011-07-073-6/+11
* Merge remote-tracking branch 'origin/master' into pipe-videoChristian König2011-07-042-23/+6
|\
| * st-api: Rework how drawables are invalidated v3.Thomas Hellstrom2011-06-291-19/+6
| * scons: make embedding orthogonal to the platformJosé Fonseca2011-06-171-4/+0
* | Merge remote-tracking branch 'origin/master' into pipe-videoChristian König2011-06-091-7/+9
|\|
| * gallium: fix comments for pipe_stream_output_stateBrian Paul2011-06-081-7/+9
* | [g3dvl] rework video buffer format handlingChristian König2011-06-071-3/+2
* | [g3dvl] move dummy quantification into xvmc state trackerChristian König2011-06-071-2/+2
* | [g3dvl] split quant matrix out of picture infoChristian König2011-06-052-4/+7
* | [g3dvl] rename map/unmap to begin/end frameChristian König2011-06-051-2/+2
* | [g3dvl] remove unused and dublicate fields from picture structureChristian König2011-06-051-10/+0
* | Merge remote-tracking branch 'origin/master' into pipe-videoChristian König2011-06-051-1/+1
|\|
| * gallium: include limits.h in p_config.hDave Airlie2011-05-311-1/+1
* | Merge remote-tracking branch 'origin/master' into pipe-videoChristian König2011-05-211-11/+13
|\|
| * st/glx: define/set new ST_CONTEXT_FLAG_bitsBrian Paul2011-05-191-11/+13
* | Merge remote-tracking branch 'origin/master' into pipe-videoChristian König2011-05-151-2/+16
|\|
| * gallium: Factor out unknown endianness detection.Michel Dänzer2011-05-091-2/+4
| * Don't allow compilation if endianness isn't knownMatt Turner2011-05-091-1/+1
| * p_config.h: Rely on glibc endianness definitions when availableMatt Turner2011-05-091-0/+12
* | Merge remote-tracking branch 'origin/master' into pipe-videoChristian König2011-05-072-7/+13
|\|
| * gallium: implement seamless cubemap extensionsMarek Olšák2011-05-062-0/+3
| * gallium/xorg st/nv50: add PIPE_BIND_CURSORMarcin Slusarz2011-05-061-1/+2
| * gallium: reorder fields of pipe_rasterizer_state to pack it more tightlyMarek Olšák2011-05-021-6/+8
* | [g3dvl] remove quantizer_scale from picture structureChristian König2011-05-041-2/+0
* | [g3dvl] remove dc_dct_pred from picture structureChristian König2011-05-041-3/+0
* | [g3dvl] Implement MPEG2 VLDChristian König2011-05-042-17/+22
* | [g3dvl] make clear color configureableChristian König2011-04-271-0/+5
* | [g3dvl] make reset_dirty_area a public interfaceChristian König2011-04-271-0/+5
* | [g3dvl] rework fence handling and add r600g workaroundChristian König2011-04-241-2/+1
* | [g3dvl] start supporting different render target formatsChristian König2011-04-241-1/+6
* | [g3dvl] remove resource_format workaroundChristian König2011-04-241-1/+0
* | Merge remote branch 'origin/master' into pipe-videoChristian König2011-04-234-75/+99
|\|
| * gallium: add A/L/LA/I floating point formatsLuca Barbieri2011-04-151-0/+9
| * gallium: add a CAP for mixed colorbuffer format supportMarek Olšák2011-04-011-0/+1
| * gallium: Use explicit values in caps enums.Michel Dänzer2011-03-301-63/+63
| * gallium: remove PIPE_CAP_VERTEX_COLOR_CLAMP_CONTROLMarek Olšák2011-03-291-1/+0
| * gallium: add EXT_texture_snorm supportMarek Olšák2011-03-291-0/+9
| * gallium: implement clamping controls (ARB_color_buffer_float)Luca Barbieri2011-03-292-0/+4
| * gallium: Avoid redefinition of likely/unlikely macros on non gcc compilers.José Fonseca2011-03-251-6/+8
* | [g3dvl] make ycbcr stream and block data a public interfaceChristian König2011-04-232-29/+24
* | [g3dvl] make motion vector buffers a public interfaceChristian König2011-04-202-13/+33
* | [g3dvl] give mv their own vertex buffer backChristian König2011-04-171-7/+7