summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-12-20Add Gallium docs.Corbin Simpson12-0/+508
2009-12-20r300g: Add a few more params.Corbin Simpson1-0/+4
2009-12-19r300g: add texture compare modesMarek Olšák6-37/+148
2009-12-19r300: minor blit reworkMaciej Cencora3-23/+113
2009-12-19r300: better fix for glCopyTexSubImageMaciej Cencora2-16/+22
2009-12-18r300g: Fix provoking vertex for non-quads.Corbin Simpson1-6/+25
2009-12-18r300g: Respect provoking vertex for trifans.Corbin Simpson2-6/+31
2009-12-18r300g: Eliminate a couple more asserts.Corbin Simpson1-3/+2
2009-12-18r300g: Nuke r300_vbo.Corbin Simpson4-126/+8
2009-12-18radeon: protect fbo allocation message with debugAlex Deucher1-2/+3
2009-12-18util: Add util_format_has_alpha(), enclose in extern C.Michal Krol1-0/+49
2009-12-18util/pack: Handle the remaining formats with generic u_format access functions.Michal Krol1-12/+26
2009-12-18util: Update blitter for u_format changes.Corbin Simpson1-1/+2
2009-12-18Revert "r300g: flush CS if a buffer being deleted is referenced by it"Corbin Simpson3-8/+0
2009-12-18Merge branch 'pipe-format-simplify'Michal Krol82-896/+787
2009-12-18r600 : enable gl2, set R600_ENABLE_GLSL_TEST by default.Richard Li1-1/+1
2009-12-18radeon: fix frontbuffer read/drawpixelsDave Airlie5-16/+58
2009-12-18r300g: store own copy of flush_cb and flush data.Dave Airlie3-2/+8
2009-12-17Move the remaining format pf_get_* functions to u_format.h.Michal Krol49-351/+318
2009-12-17util: Remove util_format_get_block().Michal Krol1-23/+0
2009-12-17Merge branch 'master' into pipe-format-simplifyMichal Krol393-17991/+18795
2009-12-17util/format: Fix bogus assertion.Michal Krol1-1/+1
2009-12-17s/desc->type/desc->channel[0].type/Michal Krol3-7/+7
2009-12-17glsl/apps: Add dummy install target to fix 'make install'Sedat Dilek1-1/+2
2009-12-17Merge branch 'glsl-pp-rework-2'Michal Krol75-12889/+9134
2009-12-17radeon: drop assert accessing cref which is meant to be hiddenDave Airlie1-1/+0
2009-12-17radeon: drop unused members of radeon_state.Dave Airlie1-3/+0
2009-12-17r600: move structs for legacy cmdbuf into cmdbuf C file.Dave Airlie2-16/+15
2009-12-16r600 : clean a bit to prepare to enable gl2.Richard Li1-14/+2
2009-12-16llvmpipe: add LP_DEBUG env varJosé Fonseca3-59/+151
2009-12-16llvmpipe: fix broken TGSI_OPCODE_FRC codegenBrian Paul1-1/+1
2009-12-16llvmpipe: fix broken lp_build_abs()Brian Paul1-1/+2
2009-12-15r300g: fix emission of which textures are enabledMarek Olšák1-1/+12
2009-12-15r300g: clean up the invariant stateMarek Olšák1-10/+3
2009-12-15r300g: clamp vertex indices to [min,max] everywhereMarek Olšák2-7/+6
2009-12-15r300g: if no colorbuffers are set, disable blending and set the color mask to 0Marek Olšák2-3/+11
2009-12-15r300g: set the number of colorbuffers in RB3D_CCTLMarek Olšák3-3/+6
2009-12-15r300g: remove unnecessary flush in set_sampler_texturesMarek Olšák1-2/+0
2009-12-15r300g: add Z24X8 to the list of unsupported sampler formats on R3xx-R4xxMarek Olšák1-1/+7
2009-12-15r300g: add acceleration of the clear, surface_copy, and surface_fill functionsMarek Olšák7-45/+162
2009-12-15r300g: flush CS if a buffer being deleted is referenced by itMarek Olšák3-0/+8
2009-12-16r300: Fix typo on < R5xx RS setup for blits.Michel Dänzer1-2/+2
2009-12-15util/blitter: kill the draw_quad callbackMarek Olšák2-25/+6
2009-12-15util/blitter: allocate most of the state objects on-demandMarek Olšák1-75/+179
2009-12-15util/blitter: use PIPE_MAX_* limits, and fix a memory leakMarek Olšák1-13/+27
2009-12-15pipe: add PIPE_MAX_TEXTURE_TYPESMarek Olšák1-1/+2
2009-12-15util: add blitterMarek Olšák4-0/+851
2009-12-15util: add a function which converts 2D coordinates to cubemap coordinatesMarek Olšák5-52/+161
2009-12-15util: add new fragment shaders to simple_shadersMarek Olšák4-12/+80
2009-12-15llvmpipe: Fix yet another copynpaste typo in lp_build_log2_approx.José Fonseca1-1/+1