summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-03-28drisw: probably better hack for stride and some commentsGeorge Sapountzis
2010-03-28util: Update MSDN links.José Fonseca
2010-03-28gallium/docs: fix formatting mistakes in d3d11ddi.txtLuca Barbieri
2010-03-27Initial bits to process initializers in variable declarationsIan Romanick
2010-03-28gallium/docs: add comparison between Gallium and Direct3D 11 DDI interfacesLuca Barbieri
2010-03-28r300g: handle TGSI_OPCODE_RET as ENDMarek Olšák
2010-03-27r300g: disable cliprectsMarek Olšák
2010-03-27progs/tests: Remove duplicate texcompress2 in SConscript.Vinson Lee
2010-03-27drisw: update commentGeorge Sapountzis
2010-03-27r300g: print errors even on non-debug buildsMarek Olšák
2010-03-27i965g: Add brw_winsys_debug.c to SCons build.Vinson Lee
2010-03-27identity: Add id_drm.c to SCons build.Vinson Lee
2010-03-28egl: Make _eglBindContextToSurfaces more readable.Chia-I Wu
2010-03-28egl: Always return the previously bound context.Chia-I Wu
2010-03-27drisw: add comment to libGL about strideGeorge Sapountzis
2010-03-27drisw: make stride issue profoundGeorge Sapountzis
2010-03-27identity: Add id_drm.c to SCons build.Vinson Lee
2010-03-27st/egl: Fix missing symbols.Chia-I Wu
2010-03-27mesa: move/update hash function commentsBrian Paul
2010-03-27mesa: fix deadlock in _mesa_HashFindFreeKeyBlock()Brian Paul
2010-03-27r300g: fix macrotiling for non-square texturesMathias Fröhlich
2010-03-27glx: try swrastg_dri, if swrast_dri failsGeorge Sapountzis
2010-03-27r300g: Make SWTCL clear work again.Corbin Simpson
2010-03-26r300g: Remove unnecessary header.Vinson Lee
2010-03-26gallium: Fix Windows SCons build.Vinson Lee
2010-03-26Reject uniform initializers in GLSL 1.10 modeIan Romanick
2010-03-26st/dri: Fix SCons build.Vinson Lee
2010-03-26Set variables with the sampler base type to read only.Eric Anholt
2010-03-26Set the var_type for arrays to error_type until it's implemented.Eric Anholt
2010-03-26Add support for ast_to_hir of pre inc/dec.Eric Anholt
2010-03-26Add support for ast_to_hir of post inc/dec.Eric Anholt
2010-03-26Make read-only variables not be considered lvalues.Eric Anholt
2010-03-26Add constructors for immediate hir constants.Eric Anholt
2010-03-26Add support for %= in ast_to_hir.Eric Anholt
2010-03-26Factor out assignment setup in ast_to_hir.Eric Anholt
2010-03-26IR print visitor: Print out something for the operator.Eric Anholt
2010-03-26IR print visitor: Print expressions a little betterIan Romanick
2010-03-26Initial implementation of constructor handling codeIan Romanick
2010-03-26IR print visitor: print function callsIan Romanick
2010-03-26Add hack ir_call::callee_name to get the name of the called functionIan Romanick
2010-03-26Be sure to set ir_function_signature::definition for constructorsIan Romanick
2010-03-26Add ir_call::iterator to iterate over actual parametersIan Romanick
2010-03-26Add missing parenthesis in foreach_iterIan Romanick
2010-03-26Add some simple constructor testsIan Romanick
2010-03-26Add unary operator to convert unsigned integer to floatIan Romanick
2010-03-26gallium/llvmpipe: add PROGS target/rule to Makefile.templateChris Li
2010-03-26auto detect llvm versionChris Li
2010-03-26rtasm: Silence gnu_printf format warnings.Vinson Lee
2010-03-26Slightly change the representation of numeric typesIan Romanick
2010-03-26Add glsl_type::components to query total number of components in a typeIan Romanick