mesa.git
2008-07-20 Michal Kroltgsi: Add support for branch instructions with target...
2008-07-20 Michal Kroltgsi: Warn if an indirect register not ADDR[0].
2008-07-20 Michal Kroltgsi: Add support for indirect addressing in dump,...
2008-07-20 Michal Kroltgsi: Remove redundant code.
2008-07-20 Michal Kroltgsi: Use tgsi_iterate in tgsi_dump.
2008-07-20 Michal Kroltgsi: Keep version and processor info in iterate_ctx.
2008-07-20 Michal Kroltgsi: Fix error handling.
2008-07-20 Michal Kroltgsi: Tidy up and fix tgsi_dump.
2008-07-20 Michal Kroltgsi: Fix dump enums.
2008-07-20 Michal Kroltgsi: Preserve flags parameter for tgsi_dump().
2008-07-20 Michal Krolscons: List util/tgsi_dump_c.c.
2008-07-20 Michal Kroltgsi: Split tgsi_dump into two modules.
2008-07-20 José Fonsecapipebuffer: More detailed description of bufer over...
2008-07-20 José Fonsecapython/tests: Check support for non-pot/non-square...
2008-07-20 José Fonsecagallium: Fix typo in function name.
2008-07-20 José Fonsecaraw2png: Handle r5g6b5 format.
2008-07-19 José Fonsecapython/tests: Specify the right texture target when...
2008-07-19 José Fonsecagallium: Finer grained is_format_supported.
2008-07-19 José Fonsecatgsi: Make tgsi_sanity return TRUE on success as docume...
2008-07-19 José Fonsecagallium: Move PIPE_TEXTURE_USAGE* to p_defines.h
2008-07-19 Brian Paulmesa: glsl: various writemask/swizzle improvements...
2008-07-18 Brian Paulmesa: rework array/struct addressing code.
2008-07-18 Brian Paulmesa: regenerated file
2008-07-18 Brian Paulmesa: fix some GLSL /= int operators
2008-07-18 Brian Paulmesa: fix set_program_uniform_matrix(): need to loop...
2008-07-18 José Fonsecagallium: Add a pf_is_ycbcr utility function.
2008-07-18 José Fonsecapython/tests: Extend the texture tests to cover volumes.
2008-07-18 José Fonsecapython: Add methods to get texture width, height, etc.
2008-07-17 Michal Kroltgsi: Express tgsi_sanity in terms of tgsi_iterate.
2008-07-17 Michal Krolscons: List util/tgsi_iterate.c.
2008-07-17 Michal Kroltgsi: Add tgsi_iterate_shader utility.
2008-07-17 Michal Kroltgsi: Fix parsing an instruction with no operands.
2008-07-17 Michal Kroltgsi: Perform a sanity check after reading a shader...
2008-07-17 Michal Krolscons: List util/tgsi_sanity.c.
2008-07-17 Michal Kroltgsi: New file.
2008-07-17 José Fonsecapython: Reimplement the generation of random texture...
2008-07-17 José Fonsecagallium: Expose the ability to get a tile outside a...
2008-07-17 José Fonsecagallium: Be less verbose with debug options messages.
2008-07-17 José Fonsecascons: Set default LIBS env var.
2008-07-17 José Fonsecascons: Convert tabs to spaces.
2008-07-17 José Fonsecapython: Reimplement tile comparison in C to speed up...
2008-07-17 Brian Paulmesa: regenerated file
2008-07-17 Brian Paulmesa: fix/improve the atan(y,x) function
2008-07-17 Brad Smithmesa: added checks for OpenBSD
2008-07-16 José Fonsecapython/tests: Cover all last_level combinations.
2008-07-16 Jonathan Whitemesa: WinCE fixes
2008-07-16 Brian Paulmesa: fix temp re-use bug in emit_arith()
2008-07-16 Brian Paulmesa: regenerated files
2008-07-16 Brian Paulmesa: fix copy&paste errors in degrees() functions
2008-07-16 Brian Paulmesa: implement grammar/parsing for precision/invariant...
2008-07-16 Michal Krolmesa: Silence compiler warnings on Windows.
2008-07-16 Brian Paulegl: set EGL_SAMPLES, EGL_SAMPLE_BUFFERS config attribs
2008-07-16 Brian Paulmesa: add GL_POLYGON_OFFSET_POINT/LINE/FILL queries...
2008-07-16 José Fonsecapython/tests: Extend the texture tests to cover cube...
2008-07-16 José Fonsecapython: Set PIPE_TEX_MIPFILTER_NONE by default.
2008-07-16 José Fonsecapython: Test all miplevels.
2008-07-16 José Fonsecagallium: ycbcr_get_tile_rgba allow reading an uneven...
2008-07-16 José Fonsecapython: Expand the texture test suit to cover one YUV...
2008-07-16 José Fonsecapython: Silent debug output.
2008-07-16 José Fonsecagallium: Add pf_is_compressed utility function.
2008-07-16 José Fonsecasoftpipe: DXT formats not really supported.
2008-07-15 Blair Sadewitzadditional preprocessor checks for stdint.h, inttypes...
2008-07-15 Blair Sadewitzmesa: added test for __NetBSD__
2008-07-15 Blair Sadewitzmesa: added test for __NetBSD__
2008-07-15 Brian Paulmesa: add missing IR_LOG2 case
2008-07-15 Brian Paulmesa: regenerated file
2008-07-15 Brian Paulmesa: fix some broken /= operators
2008-07-15 Brian Paulmesa: regenerated file
2008-07-15 Brian Paulmesa: fix some broken bool, bvec2, bvec3, bvec4 constru...
2008-07-15 Brian Paulmesa: fix storage size computation in emit_arith()
2008-07-15 Brian Paulgallium: added some sanity check assertions
2008-07-15 Brian Paulmesa: fix some function inlining bugs
2008-07-15 Brian Paulmesa: improved printing
2008-07-15 Michal Krolmesa: Silence compiler warnings on Windows.
2008-07-15 Michal Krolst: Silence compiler warnings on Windows.
2008-07-15 Michal Krolmesa: Silence compiler warnings on Windows.
2008-07-15 José Fonsecapython: Cleanup.
2008-07-15 José Fonsecapython: Request/respect the texture & buffer usage...
2008-07-15 José Fonsecapython: Get object ownership done correctly.
2008-07-15 José Fonsecapython: Don't use python cflags as they conflict with...
2008-07-15 José Fonsecapython: Allow hardware support.
2008-07-15 José Fonsecapython: Move the python scons code to a separate tool...
2008-07-15 José Fonsecapython: Get it to build on windows too.
2008-07-15 Michal Kroltgsi: Numerical label before an instruction is optional.
2008-07-15 Brian Paultgsi: fix bug in execution of loops inside of conditionals.
2008-07-14 Brian Paulmesa: assemble main() after all other functions
2008-07-14 Brian Paulmesa: comments about vectors vs components
2008-07-14 Brian Paulegl: set EGL_CONFORMANT, EGL_RENDERABLE_TYPE config...
2008-07-14 Brian Paulmesa: fix stencil state problem when GL_ATI_separate_st...
2008-07-14 Julien Cristauglu: only export public symbols
2008-07-14 Julien Cristaumklib: don't version symbols when using --exports
2008-07-14 Blair Sadewitzmesa: also check for __NetBSD__
2008-07-14 José Fonsecapython: Basic test case for 2d texture.
2008-07-14 José Fonsecapython: Raw tile access to surface.
2008-07-14 José Fonsecapython: Get the sample app to draw triangle like trivia...
2008-07-14 José Fonsecapython: Surface clears.
2008-07-14 José Fonsecapython: Set default state.
2008-07-14 José Fonsecapython: Allow to create/specify shaders.
2008-07-13 Jakob Bornecrantzi915: Ops should not have pushed that
2008-07-13 Jakob BornecrantzEGL: Only build EGL dri based drivers under linux-dri...
next