summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-06-13gallium: another attempt at fixing libglapi.a compilation for DRI buildsBrian Paul
2008-06-13mesa: fix typo: s/stacks/stack/Brian Paul
2008-06-13gallium: Fix PIPE_FORMAT_A2B10G10R10_UNORM definition.Michal Krol
2008-06-13gallium: Add PIPE_FORMAT_A2B10G10R10_UNORM.Michal Krol
2008-06-13gallium: Allow pipe format component sizes to be specifiedMichal Krol
2008-06-13mesa: Remove duplicate code.Michal Krol
2008-06-13i915: Messed up lineloop now worksJakob Bornecrantz
2008-06-13i915: Support all primtive types in vbuf pathJakob Bornecrantz
2008-06-12silly bug: it's PROGRAM_VARYINGZack Rusin
2008-06-12glsl: make sure we replace all output reads with temporariesZack Rusin
2008-06-12mesa: add some #if FEATURE_x testsBrian Paul
2008-06-12gallium: add some #if FEATURE_x testsBrian Paul
2008-06-12mesa: remove unneeded #includeBrian Paul
2008-06-12gallium: add missing commaBrian Paul
2008-06-12gallium: disable the codegen for TGSI_OPCODE_EXPBASE2 for now.Brian Paul
2008-06-12gallium: fix SSE codegen for instructions that use both a CONSTANT and IMMEDIATEKeith Whitwell
2008-06-12gallium: test for FEATURE_convolutionBrian Paul
2008-06-12gallium: remove unused/old st_atom_fixedfunction.c fileBrian Paul
2008-06-12almost forgot - RelAddr is a boolean so use it hereZack Rusin
2008-06-12add some glsl example testing different arrays of uniformsZack Rusin
2008-06-12shaders: fix allocation of arrays of parametersZack Rusin
2008-06-12glsl: implement variable array indexesZack Rusin
2008-06-12mesa: restore and fix Keith's "further degenerate the special case lit substi...Brian Paul
2008-06-12pb: don't assert(0) on failure to allocate - this is a normal condition in ma...Keith Whitwell
2008-06-11Revert "mesa: further degenerate the special case lit substitute"Brian Paul
2008-06-11mesa: refactor: update SConscript with recently added new source filesBrian Paul
2008-06-11mesa: refactor: move various ENUM_TO_x macros into macros.hBrian Paul
2008-06-11mesa: refactor: move glTexParameter-related functions into new texparam.c fileBrian Paul
2008-06-11mesa: refactor: move glTexEnv-related functions into new texenv.c fileBrian Paul
2008-06-11mesa: refactor: move glTexGen-related functions into new texgen.c fileBrian Paul
2008-06-12gallium: Support L16 pixel format.José Fonseca
2008-06-12pipebuffer: Fix improper memory free.José Fonseca
2008-06-12gallium: Implement debug_get_num_option.José Fonseca
2008-06-11egl: some basic docs for libEGLBrian Paul
2008-06-11egl: some prototype Windows code (eq for dlopen,dlsym)Brian Paul
2008-06-12revert the DRI2 commitsAlan Hourihane
2008-06-11draw: don't assume vertex position is in data[0]Keith Whitwell
2008-06-11draw: preserve specular alpha when flatshading -- may be FOGCKeith Whitwell
2008-06-11fix card_extensionsAlan Hourihane
2008-06-11fix legacy DRIAlan Hourihane
2008-06-11add missed files for DRI2 mergeAlan Hourihane
2008-06-11Hook gallium i915 up to DRI2Alan Hourihane
2008-06-11small optimizationAlan Hourihane
2008-06-11Bring in DRI2 changesAlan Hourihane
2008-06-11draw: remove another debug assert on failover to generic vs varientKeith Whitwell
2008-06-11trivial: add test for integer vertex arraysKeith Whitwell
2008-06-11draw: remove debug assert on failover to generic vs varientKeith Whitwell
2008-06-10mesa: refactor: fix some FEATURE_ typos, mistakesBrian Paul
2008-06-10gallium: work-around glapi.c build problem for dri configsBrian Paul
2008-06-10egl: only windows are renderable at this timeBrian Paul