summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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: used inverted bitmap texture to simplify the fragment shader.Brian
2008-03-31gallium: updated comment for bypass_vsBrian
2008-03-31fix parsing bug involving comments at the end of ARB v/f programsMarkus Amsler
2008-03-31gallium: use cso_save/restore_sampler_textures() functionsBrian
2008-03-31gallium: draw_passthrough.c is obsolete - removedBrian
2008-03-31gallium: set the bypass_vs flag nowBrian
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: turn on clipping for bitmapsBrian
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: begin some bounding box code for bitmap cacheBrian
2008-03-28gallium: added an (int) cast in setup_bitmap_vertex_data() to fix a signed/un...Brian
2008-03-28gallium: Fix computation of Z values when not using early Z.Brian
2008-03-28gallium: don't call st_flush_bitmap_cache() if the only change is _NEW_PACKUN...Brian
2008-03-28gallium: disable a debug hackBrian
2008-03-28gallium: implement a glBitmap cacheBrian
2008-03-28mesa: fix texture/renderbuffer mix-up in test_attachment_completeness()Brian Paul
2008-03-28gallium: re-work texture format selection codeBrian Paul
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-27consolidate some parsing functions that were pretty much identical for vertex...Brian
2008-03-27mesa: misc sync-up with masterBrian
2008-03-27raise GL_INVALID_OPERATION if glProgramString compilation failsBrian
2008-03-27Fix the compile of disabled DEBUG_PARSING code.Brian
2008-03-27make sure state token values are fully initializedBrian
2008-03-27added program_error2() function for better error reportingBrian
2008-03-27Fix state.texgen parsing error (bug 12313).Brian
2008-03-27gallium: Update calls to the simple shader functionsBrian
2008-03-27gallium: return pipe_shader_state from the simple shader functionsBrian
2008-03-27gallium: fix Element() macro redefinition warningBrian
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