summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-10-27xvmc: fix build errorHEADmasterCooper Yuan1-0/+1
2009-10-23xvmc: adjust video context creating argumentCooper Yuan2-15/+10
2009-10-21xvmc: prepare to flush front bufferCooper Yuan2-7/+11
2009-10-10xvmc: add several mpeg12 related functionsCooper Yuan3-33/+223
2009-10-09xvmc: create hardware dependent context for videoCooper Yuan2-19/+86
2009-10-09xvmc: add vl_screen_create and vl_video_create functionsCooper Yuan3-33/+31
2009-10-07xvmc: change makefile in order to match new g3dvl's architectureCooper Yuan1-9/+6
2009-09-25xvmc: refine libradeon_vl.so's MakefileCooper Yuan1-7/+9
2009-09-25xvmc: link libmesagallium.aCooper Yuan1-9/+3
2009-09-25xvmc: delete unused functionsCooper Yuan1-82/+0
2009-09-24xvmc: return pipe_context rather than radeon_vl_contextCooper Yuan1-1/+1
2009-09-24xvmc: delete unused header fileCooper Yuan1-2/+0
2009-09-24xvmc: refine Makefile againCooper Yuan1-6/+11
2009-09-24xvmc: refine MakefileCooper Yuan1-46/+85
2009-09-23xvmc: link to auxiliary library and refine context creatingCooper Yuan3-60/+53
2009-09-23xvmc: refine libradeon_vl.so MakefileCooper Yuan2-14/+34
2009-09-22xvmc: link to libradeonwinsys.a in order to use radeon_create_r300_winsysroot2-19/+6
2009-09-22xvmc: rename radeon vl libraryCooper Yuan2-2/+2
2009-09-21xvmc: fix build error by deleting some functions, should be added laterCooper Yuan2-8/+8
2009-09-21xvmc: move context and screen management to radeon_vl.cCooper Yuan3-89/+48
2009-09-21xvmc: add hardware context and screen management, not finishedCooper Yuan4-7/+342
2009-09-13xvmc: change tgsi opcode for libg3dvl.a libraryCooper Yuan2-8/+8
2009-09-05r300g: update the value of register VAP_VF_MAX_VTX_INDXCooper Yuan1-1/+2
2009-09-05r300g: update rs_block state after changing rasterizerCooper Yuan1-0/+1
2009-09-05r300g: need to validate scissor and viewport state if bind new rasterizerCooper Yuan1-0/+2
2009-09-04r600: add support for EXT_texture_sRGBAlex Deucher2-0/+44
2009-09-04r300: Add support for GL_EXT_provoking_vertexAlex Deucher3-4/+12
2009-09-04r600: Add support for GL_EXT_provoking_vertexAlex Deucher2-0/+10
2009-09-04i965: Don't set the complete field when there is more VUE yet to come.Eric Anholt1-1/+1
2009-09-04i965: Add support for 2 threads in the GS.Eric Anholt1-1/+4
2009-09-04i965: Add support for KIL_NV in brw_wm_emit.cEric Anholt2-0/+19
2009-09-04scons: Used wrong exception class.José Fonseca1-1/+1
2009-09-04scons: Don't use scons internal functions.José Fonseca1-13/+4
2009-09-04r600: fix Elts handlingAlex Deucher2-3/+16
2009-09-04ARB prog: replace 'unsigned' with 'gl_state_index'Brian Paul5-195/+195
2009-09-04ARB prog: rename POINT, SIZE to POINT_TOK, SIZE_TOKBrian Paul5-37/+23
2009-09-04gallium/xlib: minor clean-upsBrian Paul1-14/+5
2009-09-04i915g: Fix warnings in scons build by using byte pointersJakob Bornecrantz1-2/+2
2009-09-04tgsi: Document differencies between vs_1_1 and vs_2_0 for EXPP and LOGP.Michal Krol1-2/+12
2009-09-03docs: 7.5.1 md5 sumsBrian Paul1-1/+9
2009-09-03docs: point to fd.o for downloads instead of SourceForgeBrian Paul1-5/+5
2009-09-03gallium/xlib: silence unitialized var warningBrian Paul1-1/+1
2009-09-03gallium/xlib: silence uninitialized var warningBrian Paul1-1/+1
2009-09-03st/mesa: silence uninitialized var warningsBrian Paul1-2/+2
2009-09-03docs: prep for 7.5.1 releaseBrian Paul1-5/+1
2009-09-03docs: added news entry for 7.5.1Brian Paul1-0/+7
2009-09-03docs: update precompiled libs infoBrian Paul1-9/+3
2009-09-03docs: move SGI GLU linkBrian Paul1-1/+1
2009-09-03st/mesa: fix glCopyPixels(GL_STENCIL_INDEX) inverted positionBrian Paul1-0/+4
2009-09-03st/mesa: Do GL_RGBA->GL_RGB texsubimage on hardwareKeith Whitwell1-14/+51