profile/ivi/mesa.git
2009-04-02 Michal Krolpython/regress: Do not generate HTML summary for vertex...
2009-04-02 Thomas Hellstromglx: MakeCurrent fixes.
2009-04-02 Thomas Hellstromdri glx: Fix dri_util::driBindContext
2009-04-02 Thomas Hellstromdri glx: Propagate driver MakeCurrent errors.
2009-04-02 Michal Krolpython/regress: Do not create zbuf for vertex shader...
2009-04-02 Michal Krolpython/regress: Add more vertex shader test cases.
2009-04-02 Brian Paulswrast: remove unused integer lerp functions
2009-04-02 Brian Paulmesa: get rid of gl_texture_object::_BorderChan
2009-04-02 Brian Pauldri: use BorderColor instead of _BorderChan
2009-04-02 Brian Paulswrast: remove old texture_apply() code; always use...
2009-04-02 Brian Paulswrast: fix bad optimization check
2009-04-02 Brian Paulswrast: remove unused parameter
2009-04-02 Brian Paulswrast: minor improvements, clean-ups in texcombine...
2009-04-02 Brian Paulmesa: simplify ycbcr->rgb conversion code
2009-04-02 Brian Paulmesa: convert more texture fetch functions to return...
2009-04-02 Brian Paulmesa: switch texel fetch functions from GLchan to GLfloat
2009-04-02 Brian Paulswrast: use float4_array typedef to simplify the code...
2009-04-02 Brian Paulmesa: texture combine clean-ups
2009-04-02 Brian Paulswrast: refactor depth/shadow sampling code
2009-04-02 Brian Paulswrast: general clean-up of texture combine code
2009-04-02 Brian Paulswrast: do texture sampling/combining in floating point
2009-04-02 Brian Pauldemos: added progs/glsl/linktest.c to test linking...
2009-04-02 Brian Paulglsl: implement compiling/linking of separate compilati...
2009-04-02 Brian Paulmesa: use correct tex unit lod bias for TXB instruction
2009-04-02 Brian Paulswrast: fix glDrawBuffer(GL_FRONT_AND_BACK)
2009-04-01 Brian Paulmesa: fix a recursive display list problem
2009-04-01 Corbin Simpsonr300-gallium: Translate vertex shader magic numbers.
2009-04-01 Corbin Simpsonr300-gallium: Fix compiler warnings.
2009-04-01 Corbin Simpsonr300-gallium: Add vertex shader for surface_copy.
2009-04-01 José Fonsecautil: Fix x86_64 build.
2009-04-01 José Fonsecautil: Lookup symbol names from addresses.
2009-04-01 Michal Kroltgsi: Fix structure members initialisation.
2009-04-01 Michal Krolpython/regress: Add vertex shader LRP test.
2009-04-01 Michal Krolpython/regress: Add vertex shader FRC test.
2009-04-01 Brian Paulglsl: fix texgen state variable tokens in emit_statevars()
2009-04-01 Brian Paulmesa: minor tweaks in append_token() for printing state...
2009-04-01 Michal Kroltgsi: Lookup alternate instruction mnemonics when parsi...
2009-04-01 Michal Kroltgsi: Provide alternate instruction mnemonics in tgsi...
2009-04-01 Michal Kroltgsi/doc: Fix typo.
2009-04-01 Michal Krolpython/regress: Add vertex shader EX2 test.
2009-04-01 Michal Krolpython/regress: Add vertex shader DST test.
2009-04-01 Michal Krolpython/regress: Fix vertex shader XPD test.
2009-04-01 Michal Krolpython/regress: Indent.
2009-04-01 Michal Krolpython/regress: Add vertex shader test for XPD.
2009-04-01 Michal Krolpython/regress: Rename test files from *.txt to *.sh...
2009-04-01 Michal Krolpython/regress: Add more vertex shader tests.
2009-04-01 Corbin Simpsonr300-gallium: Backwards test.
2009-04-01 Corbin Simpsonr300-gallium: Moar vert shader emit.
2009-04-01 Corbin Simpsonr300-gallium: Add vertex shader emit.
2009-04-01 Corbin Simpsonr300-gallium: Stubs for vertex shaders.
2009-03-31 Brian Paultgsi: added some helpful debug functions in the tgsi...
2009-03-31 Brian Paulmesa: fix bug in GPU codegen for fixed-function two...
2009-03-31 Brian Pauldraw: added Nan/Inf assertion in debug code
2009-03-31 Brian Paulsoftpipe: use util_is_inf_or_nan()
2009-03-31 Brian Paulgallium: added util_is_inf_or_nan() function to u_math.h
2009-03-31 Brian Paulmesa: minor reformatting, whitespace changes
2009-03-31 Michal Krolpython/regress: Initial commit for vertex shader regres...
2009-03-31 Jeremy HuddlestonUpdated CPU_TO_LE32 to work on darwin
2009-03-31 Jeremy HuddlestonFix compiling indirect.c when GLX_DIRECT_RENDERING...
2009-03-31 José Fonsecapython/test: New test for surface copies.
2009-03-31 José Fonsecapython/test: Ignore test output files.
2009-03-31 José Fonsecapython/test: Cleanup.
2009-03-31 José Fonsecapython/test: Dump classification tree to text file...
2009-03-31 José Fonsecapython/test: Set executable permission bit.
2009-03-31 José Fonsecapython/test: New test for rendering into textures.
2009-03-31 José Fonsecautil: Enable assembly breakpointt on x86_64.
2009-03-31 José Fonsecapython/test: Limit tree depth.
2009-03-31 José Fonsecapython/test: Infer type (continuous/discrete) from...
2009-03-31 José Fonsecapython/test: Flush stdout to keep in sync with debug...
2009-03-31 José Fonsecapython/test: Dump a classification tree of the results...
2009-03-31 José Fonsecapython/test: New test for texture transfers.
2009-03-31 José Fonsecapython/test: More descriptive test name.
2009-03-31 José Fonsecapython: Make get/put_tile_raw more user friendlier.
2009-03-31 José Fonsecapython: Add nblocksx/y members to surfaces.
2009-03-31 José Fonsecagallium: Move pf_is_depth_stencil to p_format.h.
2009-03-31 Roland Scheideggerfix ugly copy/paste error in mipmap generation code
2009-03-31 Corbin Simpsonr300-gallium: RGBA, not ARGB, after all.
2009-03-31 Corbin Simpsonr300-gallium: r500-fs: If recompiling a shader, overwri...
2009-03-30 Corbin Simpsonr300-gallium: Properly redo shaders when constant buffe...
2009-03-30 Corbin Simpsonr300-gallium: Allow surface_fill to clear depth/stencil...
2009-03-30 Corbin Simpsonr300-gallium: Emit the "right" sequence of colors.
2009-03-30 Corbin Simpsonr300-gallium: Fix hardlock when no colors or textures...
2009-03-30 Corbin Simpsonr300-gallium: Fix strange build error.
2009-03-30 Corbin Simpsonr300-gallium: Handful of small leftovers.
2009-03-30 Adam Jacksonintel: Avoid mapping the texture image for CopyTex...
2009-03-30 José Fonsecapython: Use depth buffer in the triangle example.
2009-03-30 José Fonsecapython: Read rgba8 with a single transfer.
2009-03-30 José Fonsecapython: Cleanup.
2009-03-30 José Fonsecapython: Don't use deprecated clear_value field.
2009-03-30 José Fonsecapython/test: Move the test description logic to the...
2009-03-30 José Fonsecapython/test: Move the image comparison logic to the...
2009-03-30 José Fonsecapython: Force unsigned comparison.
2009-03-30 José Fonsecapython: Set correct transfer mode.
2009-03-30 José Fonsecapython: Set the surface GPU access flags.
2009-03-30 José Fonsecapython: Hide away the surface usage flags.
2009-03-30 Michal Kroltgsi: Condition codes are implied in KILP.
2009-03-30 Michal Kroltgsi: Explain symbols used in instruction set documenta...
2009-03-30 Michal Kroltgsi: Document BRA opcode.
2009-03-30 José Fonsecapython: Dont touch old pipe_winsys.
2009-03-30 José Fonsecapython: Update instructions for windows.
next