summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)Author
2008-03-31cell: update some of the CAP, texformat queriesBrian
2008-03-31cell: more work for multi-texture supportBrian
2008-03-31cell: set cell->num_textures in cell_set_sampler_textures()Brian
2008-04-01gallium: Do not assume that buffers are freed in the same order they are fenced.José Fonseca
2008-03-31cell: initial work to support multi-textureBrian
2008-03-31cell: added const qualifierBrian
2008-03-31cell: updated comments: s/test/SPE/Brian
2008-03-31cell: implement logicop/output for PIPE_FORMAT_B8G8R8A8_UNORMBrian
2008-04-01gallium: Compute YCBCR bit depth.José Fonseca
2008-03-31gallium: updated comment for bypass_vsBrian
2008-03-31gallium: draw_passthrough.c is obsolete - removedBrian
2008-03-31gallium: move the test for bypass_vs into the vs_XXX_run() functionsBrian
2008-03-31gallium: draw_passthrough.c is not used anymoreBrian
2008-03-31gallium: draw_passthrough.c is not used anymoreBrian
2008-03-31gallium: Eliminate p_winsys::printfJosé Fonseca
2008-03-30draw: Do not run full pipeline when flatshade_first for point primitives.Michal Krol
2008-03-30draw: Fix bypass_vs semantic misuse.Michal Krol
2008-03-29gallium: Set vertex state/buffers en-mass.Brian Paul
2008-03-29gallium: Fix some MSVC warnings.José Fonseca
2008-03-28gallium: Fix computation of Z values when not using early Z.Brian
2008-03-28gallium: remove redundant compare bit in sampler stateRoland Scheidegger
2008-03-28gallium: Bump PIPE_MAX_SAMPLERS to 16.Michal Krol
2008-03-27If visual is 32bpp, set visual->alphaBits = 8.Brian
2008-03-27gallium: replace PIPE_ATTRIB_MAX with PIPE_MAX_ATTRIBSBrian
2008-03-27gallium: updated/improved comments, minor re-formattingBrian Paul
2008-03-27gallium: return pipe_shader_state from the simple shader functionsBrian
2008-03-27gallium: fix incorrect types for shadersBrian
2008-03-27gallium: remove temporary static varBrian
2008-03-27gallium: silence unused var warningBrian
2008-03-27cell: include cell_state_per_fragment.h to silence warningBrian
2008-03-27cell: added (uint64_t) cast to silence warningBrian
2008-03-27cell: fix unclosed commentBrian
2008-03-26xlib: Fix build error from recent fence changesIan Romanick
2008-03-26cell: Implement code-gen for logic opIan Romanick
2008-03-26gallium: as for aapoints, make the extra texcoord per-shader stateBrian Paul
2008-03-26gallium: Change pipe->flush() interface to optionally return a fence.Michel Dänzer
2008-03-25gallium: the generic attrib we use for computing coverage is per-shaderBrian
2008-03-25gallium: added fragment emit/write debug countersBrian
2008-03-25xlib: Add support for MIT-SHM in xlib winsys driverIan Romanick
2008-03-25cell: Float convert-to and convert-from instructions use different shift biasIan Romanick
2008-03-25draw: Take flatshade_first rasterizer bit into account.Michal Krol
2008-03-25gallium: Introduce flatshade_first field to rasterizer_state.Michal Krol
2008-03-25draw: vertex fetch can be validated too early leading to an assertion... disableKeith Whitwell
2008-03-25draw: don't use fetch_and_store for bypass_vs mode, it's not quite rightKeith Whitwell
2008-03-25Fix typoJosé Fonseca
2008-03-25draw: take primitive into account when deciding if the pipeline is activeKeith Whitwell
2008-03-25gallium: Use debug_get_option for GETENVJosé Fonseca
2008-03-25gallium: Fix default option on Windows.José Fonseca
2008-03-24gallium: be smarter about picking the sampler unit for pstipple, aaalinesBrian
2008-03-24gallium: fix a few bugs, warnings in the p_debug codeBrian