mesa.git
2010-05-02 José Fonsecasvga: Update flags documentation.
2010-05-02 José Fonsecasoftpipe: Fix alpha blending for formats without alpha...
2010-05-02 José Fonsecallvmpipe: Fix alpha blending for formats without alpha...
2010-05-02 Xavier ChantryUpdate drisw state tracker to use new API aware context...
2010-05-02 Vinson Leesvga: Include svga_surface.h in svga_screen.c.
2010-05-02 Vinson Leer300g: Remove unnecessary header.
2010-05-02 Xavier ChantryUpdate dri state tracker to use new API aware context...
2010-05-02 Vinson Leemesa: Include api_exec.h in dlist.c.
2010-05-02 Marek Olšákr300g: do not validate buffers in check_cs
2010-05-02 Marek Olšákr300g: fix surface_copy for compressed formats
2010-05-02 Kristian Høgsbergconfigure.ac: Fix test for whether to build src/gles
2010-05-02 Kristian Høgsbergmesa: Include mfeatures.h before testing feature macros
2010-05-02 Kristian Høgsbergmesa: Only compile ES files when ES1 or ES2 are selected
2010-05-02 José Fonsecamesa: #ifdef out more remap_table related code when...
2010-05-02 José Fonsecaretrace: Add sampler_view_destroy
2010-05-02 José Fonsecatrace: Fix typo in method name.
2010-05-02 Kristian HøgsbergMerge branch 'gles2-2'
2010-05-02 Kristian HøgsbergHook in install rules for es1 and es2
2010-05-02 Kristian HøgsbergAdd glesv2.pc and glesv1_cm.pc pkg-config files for...
2010-05-02 Kristian Høgsbergst/mesa: Create context for API_OPENGL as first priority
2010-05-02 Marek Olšákr300g: always set the pitch of the first miplevel in...
2010-05-02 Marek OlšákRevert "r300g: disable point sprites (again)"
2010-05-02 Marek Olšákr300g: merge VS output mapping state (VAP) to rasterize...
2010-05-02 Marek Olšákr300g: inline update_derived_shader_state
2010-05-02 Marek Olšákr300g: fix segfault when resizing a DRI2 framebuffer
2010-05-02 Marek Olšákr300g: cache tiling flags to reduce the number of DRM...
2010-05-02 Vinson Leemesa: s/sprintf/_mesa_snprintf/
2010-05-02 Vinson Leei965g: s/sprintf/util_snprintf/
2010-05-02 Vinson Leeglsl: s/sprintf/_mesa_snprintf/
2010-05-01 Vinson Leeglapi: s/strcpy/strncpy/
2010-05-01 Vinson Leellvmpipe: Remove unused variable.
2010-05-01 Vinson Leeprogs/tests: Remove meaningless const qualifiers.
2010-05-01 Jakob Bornecrantzswrastg: Use trace
2010-05-01 Vinson Leeprogs/demos: Remove meaningless const qualifier in...
2010-04-30 Christoph Bumillernv50: raise constant buffers size to maximum
2010-04-30 Christoph Bumillernv50: relax restriction on surface_copy format equality...
2010-04-30 Christoph Bumillernv50: don't segfault on OPCODE_END for empty programs
2010-04-30 Brian Paulllvmpipe: fix out-of-bounds texture sampling
2010-04-30 Brian Paulllvmpipe: added lp_build_sample_nop() for debugging
2010-04-28 Kristian Høgsberggles: Build libGLESv1_CM.so and libGLESv2.so from glapi...
2010-04-28 Kristian Høgsbergintel: Only register ES2 extensions for ES2 contexts
2010-04-28 Kristian Høgsbergconfigure.ac: Add options to enable GLES1/2 API support
2010-04-28 Kristian Høgsbergintel: Advertise GLES1/2 for i915+ when enabled
2010-04-28 Kristian Høgsbergdri: Add DRI entrypoints to create a context for a...
2010-04-28 Kristian Høgsbergegl_dri2: Use new DRI API to create a GLES1/2 context...
2010-04-28 Kristian Høgsbergdri: Add DRI entrypoints to create a context for a...
2010-04-28 Kristian Høgsbergst/mesa: Move st_cb_drawtex.c to the mesa state tracker
2010-04-28 Kristian Høgsberges: Drop es specific enums.c
2010-04-28 Kristian Høgsbergglapi: Regenerate enums.c for all APIs
2010-04-28 Kristian Høgsbergglapi: Update gl_enum.py to generate enum tables for...
2010-04-28 Kristian Høgsbergmesa: Drop unused _mesa_init_drawtex_dispatch()
2010-04-28 Kristian Høgsbergmesa: Move drawtex functionality to main/
2010-04-28 Kristian Høgsbergmesa: Move glQueryMatrixxOES() implementation to core...
2010-04-28 Kristian Høgsbergmesa: Move GLES1 texgen functions to texgen.c
2010-04-28 Kristian Høgsbergmesa: Move support for paletted textures to main/teximage.c
2010-04-28 Kristian Høgsbergmesa: Handle GL_TEXTURE_GEN_STR_OES in _mesa_Enable()
2010-04-27 Kristian Høgsbergmesa: Move get_es*.c to main/
2010-04-27 Kristian Høgsberges: Prefix the get* functions with _es1/2 so they don...
2010-04-27 Kristian Høgsbergmesa: Move GL_RGB565 workaround into fbobject.c
2010-04-27 Kristian Høgsbergmesa: Move GLES1/2 vbo entrypoints to vbo_exec_api.c
2010-04-27 Kristian Høgsbergmesa: Move GLES2 shader stubs to main/shaders.c
2010-04-27 Kristian Høgsbergmesa: Move api_exec_es*.c into mesa/main
2010-04-27 Kristian Høgsbergmesa: Move references to main/remap_helper.h to api_exec.c
2010-04-22 Kristian Høgsbergmesa: Move struct _glapi_table allocation out of context.c
2010-04-22 Kristian Høgsbergmesa: Compute extension string according to API
2010-04-22 Kristian Høgsberges2: Move over es2 code to compute extensions
2010-04-22 Kristian Høgsbergmain: Report GL_SHADING_LANGUAGE_VERSION according...
2010-04-22 Kristian Høgsbergmesa: Compute GL version according to API
2010-04-22 Kristian Høgsbergmesa: Move API specific context intialization into...
2010-04-22 Kristian Høgsbergst/mesa: Use API-aware context constructor
2010-04-22 Kristian Høgsbergmesa: Track the OpenGL API we're implementing in the...
2010-04-22 Vinson Leegallivm: Remove unused variable.
2010-04-22 Alex Deucherr300g: fix vertex unit setup
2010-04-22 Vinson Leegallium/util: Fix deviation calculation in u_cache.
2010-04-22 Vinson Leegallium/tests: Add test case for u_cache.
2010-04-22 Brian Paulgallivm: added some assertions in loop-gen code
2010-04-21 Brian Paulgallivm: fix copy&paste error: s/cont_stack_size/break_...
2010-04-21 Brian Paulgallivm: emit_instruction() is boolean
2010-04-21 Brian Paulprogs/glsl: better comments
2010-04-21 Brian Paulllvmpipe: add missing dependency in Makefile
2010-04-21 Brian Paulgallivm: implement TGSI KILP
2010-04-21 José Fonsecadraw: Make LLVM integration work without llvmpipe too...
2010-04-21 Marek Olšákradeon: fix warning
2010-04-21 Marek Olšákr300g: raise the max index for generic varyings to 32
2010-04-21 Brian Paulsoftpipe: call draw_wide_point_sprites()
2010-04-21 Brian Paulgallium/draw: fix point sprite handling
2010-04-21 Brian Paulgallium/draw: use local var to simplify code
2010-04-21 Brian Paulllvmpipe: consolidate texture memory allocation code
2010-04-21 Brian Paulst/glx: variable 'i' is an enum
2010-04-21 Jakob Bornecrantztargets: Don't check if we should use trace
2010-04-21 José Fonsecamesa/st: Translate a few more mesa/gallium formats.
2010-04-21 Vinson Leellvmpipe: Remove unused variable.
2010-04-21 Brian Paulmesa: do version checking for GL 3.x queries
2010-04-21 Brian Paulmesa: API and state for GL 3.1 primitive restart
2010-04-21 Brian Paulmesa: add GL 3.2 GL_CONTEXT_PROFILE_MASK query
2010-04-21 Brian Paulmesa: remove some comments
2010-04-21 Zhenyu Wangintel: Add Sandybridge mobile chipset id
2010-04-21 Zhenyu Wangintel: Clean up chipset name and gen num for Ironlake
2010-04-21 Vinson Leegallivm: Remove unnecessary headers.
2010-04-21 Vinson Leei965g: s/inttypes.h/stdint.h/
next