mesa.git
2010-08-14 Vinson Leer600g: Remove unnecessary headers.
2010-08-14 Vinson Leer300g: Remove unnecessary header.
2010-08-14 Luca Barbieriu_cpu_detect: remove arch and little_endian
2010-08-14 José Fonsecagallivm: Refactor the Newton-Rapshon steps, and disable...
2010-08-14 Vinson Leeglsl: Clean up header file inclusion in slang_builtin.h.
2010-08-14 Vinson Leeglsl: Clean up header file inclusion.
2010-08-14 Vinson Leeglsl: Include missing header in slang_compile.c.
2010-08-14 Vinson Leeglsl/cl: Add forward declaration.
2010-08-13 Brian Paulmesa: assorted clean-ups, var type changes, assertions...
2010-08-13 Benjamin Segoviamesa: more/better program optimizations
2010-08-13 George Sapountzisst/dri: make dri_drawable_validate_att static
2010-08-13 George Sapountzisst/dri: move TFP code to dri_drawable.c
2010-08-13 nobledst/dri: Fix segmentation fault in sw drivers
2010-08-13 George Sapountzisst/dri: dri_drawable_get_format is shared between DRI2...
2010-08-13 Vinson Leemesa: Clean up header file inclusion in vf.h.
2010-08-13 Vinson Leeswrast: Clean up header file inclusion in ss_vb.h.
2010-08-13 Vinson Leeswrast: Clean up header file inclusion in ss_triangle.h.
2010-08-13 Vinson Leeswrast: Clean up header file inclusion in ss_context.h.
2010-08-13 Vinson Leemesa: Include missing header in programopt.h.
2010-08-13 Marek Olšákr300g: do not support separate depth/stencil clear...
2010-08-13 Marek Olšákr300g: fix fastfill when color and Z clear are invoked...
2010-08-13 Marek Olšákr600g: update shader caps
2010-08-13 Marek Olšákr300g: disable depth clamp for now
2010-08-13 Vinson Leemesa: fpclassify is available with MinGW.
2010-08-13 Dave Airlier600g: fix warning in the winsys
2010-08-13 Dave Airlier600g: fix memory leaks running gears.
2010-08-13 Vinson Leetranslate_test: Fix compilation with MSVC.
2010-08-12 Vinson Leescons: Add main/querymatrix.c to SCons build.
2010-08-12 Brian Paulglsl: print to stderr like other program printing code
2010-08-12 Vinson Leemesa: Fix FreeBSD build with llvm enabled.
2010-08-12 Luca Barbieritranslate_test: fix compilation on non-POSIX platforms
2010-08-12 Luca Barbieritranslate_test: improve
2010-08-12 Marek OlšákRevert "u_blitter: unify clear_depth_stencil and flush_...
2010-08-12 Andre Maasikasr600: add support for draw_elements_base_vertex
2010-08-12 Vinson Leemesa: Clean up header file inclusion in prog_uniform.h.
2010-08-12 Vinson Leemesa: Include missing headers in prog_print.h.
2010-08-12 Vinson Leemesa: Include missing header in prog_optimize.h.
2010-08-12 Dave Airlier600g: fix typo in stencil translate.
2010-08-12 Dave Airlier600g: fix provoking-vertex piglit test.
2010-08-12 Dave Airlier600g: improve texture format checker.
2010-08-12 Marek Olšáku_blitter: unify clear_depth_stencil and flush_depth_st...
2010-08-12 Vinson Leescons: Fix freebsd8 build.
2010-08-12 Vinson Leescons: Add freebsd8 to list of accepted platforms.
2010-08-11 Marek Olšákr300/compiler: remove an unused variable
2010-08-11 Luca Barbieritranslate_test: fix segfault on x86-64
2010-08-11 Luca Barbieriu_staging: remove useless inline keyword
2010-08-11 Luca Barbieritranslate_test: fix, reindent, and improve
2010-08-11 Luca Barbieritranslate: allow clients to ask for supported output...
2010-08-11 Vinson Leeauxiliary: Make u_staging.c MSVC compatible.
2010-08-11 Vinson Leetranslate: Add translate_test.c to SCons.
2010-08-11 Vinson Leeauxiliary: Add u_staging.c to SCons build.
2010-08-11 Tom Stellardr300/compiler: Implement the CONT opcode.
2010-08-11 Tom Stellardr300/compiler: Handle loops in the register allocator.
2010-08-11 Jerome Glisser600g: accept empty frag prog shader
2010-08-11 Jerome Glisser600g: add src negation support
2010-08-11 José Fonsecagallivm: Fix and enable the extra Newton/Raphson step...
2010-08-11 Jerome Glisser600g: add point/sprite rendering support
2010-08-11 Luca BarbieriRevert "translate_generic: return NULL instead of asser...
2010-08-11 Luca Barbieritranslate_generic: fix broken A8R8G8B8_UNORM output
2010-08-11 Luca Barbieritranslate: add testsuite
2010-08-11 Luca Barbieritranslate_generic: return NULL instead of assert(0...
2010-08-11 Luca Barbieriauxiliary: fix util_framebuffer_copy
2010-08-11 José Fonsecagallivm: Use lp_build_div instead of lp_build_mul ...
2010-08-11 José Fonsecagallivm: Use unsigned shift in lp_build_minify.
2010-08-11 José Fonsecallvmpipe: Debug code to dump interpolation coefficients.
2010-08-11 José Fonsecallvmpipe: Use single precision divide for one over...
2010-08-11 Marek Olšákutil: copy the u_staging commit message to the code
2010-08-11 Luca Barbieriauxiliary: support for transfers using staging resources
2010-08-11 Luca Barbierigallium: add ALWAYS_INLINE
2010-08-11 Luca Barbieriu_surfaces: add util_surfaces_peek
2010-08-11 Luca Barbieriu_surfaces: use cso_hash instead of util_hash_table
2010-08-11 Luca Barbieriu_surfaces: fix surface leak due to off by one
2010-08-11 Luca Barbieriauxiliary: make primitive splitter assert on unimplemen...
2010-08-11 Luca Barbieriauxiliary: fix u_split_prim naming convention
2010-08-11 Luca Barbieriauxiliary: move Ben Skeggs' primitive splitter to commo...
2010-08-11 Vinson Leemesa: Include missing header in prog_noise.h.
2010-08-11 Vinson Leemesa: Clean up header file inclusion in prog_instruction.h.
2010-08-11 Vinson Leemesa: Include missing header in prog_execute.h.
2010-08-11 Vinson Leemesa: Include missing header in prog_cache.h.
2010-08-11 Vinson Leemesa: Include missing header in nvvertparse.h.
2010-08-11 Vinson Leemesa: Include missing header in nvfragparse.h.
2010-08-11 Vinson Leemesa: Remove unnecessary header from hash_table.h.
2010-08-11 M.Froehlich... swrast: fix span color array pointer assignment for...
2010-08-11 Marek Olšákr300g: initialize VAP_VTX_STATE_CNTL
2010-08-11 Marek Olšákr300g: implement gl_FrontFacing
2010-08-11 Vinson Leeswrast: Remove unnecessary header.
2010-08-11 Vinson Leesvga: Remove unnecessary headers.
2010-08-11 Vinson Leer300g: Remove unnecessary header.
2010-08-10 Nigel Stewartglut: also check for GLX_ARB_multisample
2010-08-10 Brian Paulmesa: use switch stmt in init_program_limits()
2010-08-10 Brian Paulmesa: remove obsolete comments
2010-08-10 Tom Stellardr300/compiler: Use predicate bit for IF statements...
2010-08-10 Tom Stellardr300/compiler: Implement hardware assisted loops for...
2010-08-10 Tom Stellardr300/compiler: Correctly transform nested loops.
2010-08-10 Jerome Glisser600g: avoid reemiting literal, avoid scheduling empty cs
2010-08-10 José Fonsecautil: Add util_format_srgb().
2010-08-10 Brian Paulgallivm: fix non-SSE4.1 case in lp_build_pack2()
2010-08-10 Brian Paulmesa: additional program limit assertions
2010-08-10 Brian Paulmesa: fix comment typo
2010-08-10 nobledgallivm: Fix bitwise operations for floats, division...
next