raw/clear: Make it portable.
[mesa.git] / src /
2010-05-06 José Fonsecaraw/clear: Make it portable.
2010-05-06 José Fonsecagraw-null: New target to ensure we always have a graw...
2010-05-06 José Fonsecagraw-xlib: Remove duplicate graw.h file.
2010-05-06 José FonsecaRevert "gallium: untrack u_indices_gen.c and u_indices_...
2010-05-06 Xavier Chantrygallium: untrack u_indices_gen.c and u_indices_gen.c
2010-05-06 Xavier Chantrygallium: untrack u_indices_gen.c and u_indices_gen.c
2010-05-06 Jeremy Huddlestondarwin: Fix build
2010-05-06 Brian Paulgallium: still more provoking vertex fixes
2010-05-06 Brian Paulgallium: added edge flag print/debug code (disabled)
2010-05-06 Brian Paulgallium: rename draw() to draw_elements() in vbuf code
2010-05-06 Brian Paulllvmpipe: update driver's provoking vertex code
2010-05-06 Brian Paulgallium: rework provoking vertex code
2010-05-05 Marek Olšáktgsi: make dumping work on non-debug builds
2010-05-05 Marek Olšákst/mesa: fix per-vertex point size
2010-05-05 Brian Paulllvmpipe: added a new assertion as a hint to Coverity
2010-05-05 Xavier Chantrynouveau: only advertise PIPE_FORMAT_DXT* if s3tc available
2010-05-05 José Fonsecagraw-xlib: Revert the output dir lib change.
2010-05-05 Vinson Leest/mesa: Remove unnecessary headers.
2010-05-05 Vinson Leemesa: fpclassify dummy definition not needed on Mac...
2010-05-05 Vinson Leesvga: Remove unnecessary header.
2010-05-05 Vinson Leedraw: Remove unnecessary header.
2010-05-05 Vinson Leeutil: Remove unnecessary headers.
2010-05-05 Vinson Leellvmpipe: Remove unnecessary headers.
2010-05-05 Vinson Leer300g: Fix memory leak on error path.
2010-05-05 Eric Anholti965: When an RB gets a new region, clear the old from...
2010-05-05 Eric Anholtintel: Don't tile textures so small that size is blown...
2010-05-05 Brian Paulosmesa: remove unused var
2010-05-05 Brian Paulmesa: remove some color index code
2010-05-05 Brian Paulmesa: remove unused renderbuffer adaptor code
2010-05-05 Brian Paulmesa: remove renderbuffer adaptor calls
2010-05-05 Brian Paulosmesa: fix OSMesa for CHAN_BITS=32
2010-05-05 Chia-I Wust/mesa: Fix texture-from-pixmap.
2010-05-05 Chia-I Wumesa: Fix build of ES overlay.
2010-05-05 Brian Paulst/mesa: remove commented-out struct field
2010-05-05 Brian Paulgallium: remove trailing comma in enum list
2010-05-05 Brian Paulmesa: add a dummy definition for fpclassify() if needed
2010-05-05 Brian Paulmesa: remove trailing comma in enum list
2010-05-05 Brian Paulllvmpipe: predicate LLVMDumpModule() on DEBUG_JIT
2010-05-05 José Fonsecatests/raw: Get it building with scons.
2010-05-04 José Fonsecadraw: Preserve the provoking vertex both when decomposi...
2010-05-04 Brian Pauldraw: Adjust wideline vertex coords for D3D.
2010-05-04 Brian Paulst/mesa: need to pass srcLevel to st_texture_image_copy()
2010-05-04 Brian Paulllvmpipe: fix broken compressed cube maps
2010-05-04 Brian Paulgallium/util: added is_format_compressed()
2010-05-04 Brian Paulllvmpipe: do some null pointer checking
2010-05-04 Brian Paulllvmpipe: add some tests for malloc() returning NULL.
2010-05-04 Kristian HøgsbergAdd egl.pc file
2010-05-04 Marek Olšákr300g: advertise S3TC only when it's available in Gallium
2010-05-04 Wiktor Janasu_blitter: fix creating fragment shaders
2010-05-04 Kristian Høgsbergintel: Update renderbuffers unconditionally in intelSet...
2010-05-04 Brian Paulst/mesa: return success/fail from guess_and_alloc_texture()
2010-05-04 Brian Paulst/mesa: improved st_texture_image_copy()
2010-05-04 José Fonsecamesa/st: Fill in native program limits.
2010-05-04 Kristian Høgsbergintel: Enable GL_EXT_framebuffer_object for gles2
2010-05-04 José Fonsecagallivm: Proper implementation of TXL opcode.
2010-05-04 José Fonsecagallivm: Fix several glitches introduced in the prev...
2010-05-04 Kristian Høgsbergmesa: Forgot to add .pc.in files for gles
2010-05-04 José Fonsecagallivm: Implement TXD.
2010-05-04 Chia-I Wugles: Add -I$(TOP)/include.
2010-05-04 Kristian Høgsbergmesa: Only initialize TNL for OpenGL
2010-05-04 Kristian Høgsbergmesa: Only initialize save dispatch table for OpenGL
2010-05-03 Brian Paulmesa: increase MAX_DRAW_BUFFERS to 8
2010-05-03 Brian Paulgallium: move surface utility functions into u_surface.c
2010-05-03 José Fonsecagallivm: Increase the TGSI translation limits and centr...
2010-05-03 José Fonsecagallicm: Newton-Raphson step to improve precision.
2010-05-03 Brian Paulcso: use framebuffer utility functions
2010-05-03 Brian Paulgallium: move framebuffer utility functions into a...
2010-05-03 Brian Paulst/mesa: remove dead code
2010-05-03 Brian Paulst/mesa: remove unused needFlush parameter to st_finali...
2010-05-03 Brian Paulst/mesa: updated comments and fix some formatting in...
2010-05-03 Brian Paulst/mesa: rename srcImageStride -> srcRowStride and...
2010-05-03 Brian Paulst/mesa: consolidate and clean-up texture memory alloca...
2010-05-03 Brian Paulst/mesa: updated comments for st_texture_image_map()
2010-05-03 Brian Paulst/mesa: move some texture size calculation code
2010-05-03 Brian Paulst/mesa: remove old convolution-related vars and min...
2010-05-03 Brian Paulst/mesa: remove unsupported convolution code
2010-05-03 Brian Paulst/mesa: updated comment
2010-05-03 Brian Paulglsl: change variable declared assertion into conditional
2010-05-03 Brian PaulRevert "glapi: s/strcpy/strncpy/"
2010-05-03 Brian Paulst/mesa: remove dead code
2010-05-03 Brian Paulst/mesa: restore original last_layer comparison
2010-05-03 Marek Olšákr300g: use util_format_short_name and util_format_is_plain
2010-05-03 Marek Olšákutil: add util_format_short_name
2010-05-03 Marek Olšákutil: add util_format_is_plain
2010-05-03 Marek Olšákr300g: refuse to create a texture with size 0
2010-05-03 Marek Olšákr300g: improve texture debug output, split into TEX...
2010-05-03 Török EdwinReorder LLVM passes, running mem2reg earlier.
2010-05-03 José Fonsecasvga: Silent warning.
2010-05-03 Kristian HøgsbergGenerate es glapi files when es1 or es2 is enabled
2010-05-03 José Fonsecagallivm: Display message instead of crashing when sampl...
2010-05-03 Kristian Høgsbergdriswrast: Fix more context creation breakage
2010-05-03 José Fonsecatranslate: Make translate_generic truly generic.
2010-05-03 José Fonsecadraw: Remove draw_pt_fetch_prepare call from llvm middl...
2010-05-03 José Fonsecatgsi: Parse and dump predicates.
2010-05-03 José Fonsecagallium: Remove loop register file.
2010-05-03 José Fonsecagallivm: Replace predicate assertion failure with warni...
2010-05-03 José Fonsecadraw: Disable rtasm compilation when using LLVM.
2010-05-03 Dave Airlienouveau: fix nouveau_create_context decleration
2010-05-03 Dave Airliesoftpipe: invalidate cache view when swizzles are diffe...
2010-05-03 Dave Airlieglx: fix regression with GLX_USE_GL
next