mesa: initial support for new GL 3.0 texture formats
[mesa.git] / src /
2010-07-08 Brian Paulmesa: initial support for new GL 3.0 texture formats
2010-07-07 Brian Paulgallivm: restore const qualifier
2010-07-07 Brian Paulgallivm: fix cube map LOD computation
2010-07-07 Brian Paulst/mesa: fix sampler max_lod computation
2010-07-07 Andre Maasikasr600: workaround 3 comp GL_SHORT vertex attribute forma...
2010-07-07 Brian Paulglsl: use Elements() in arrays instead of sentinal...
2010-07-07 Vinson Leellvmpipe: Don't build lp_test_round when using MSVC.
2010-07-06 Vinson Leellvmpipe: Add lp_test_round to SCons build.
2010-07-06 Vinson Leeegl: Remove unnecessary headers.
2010-07-06 Vinson Leedraw: Remove unnecessary header.
2010-07-06 Vinson Leegallivm: Remove unnecessary header.
2010-07-06 Marek Olšákutil: print help for debug options on non-debug builds
2010-07-06 Brian Paulgallivm: use trunc, not round in lp_build_nearest_mip_l...
2010-07-06 Brian Paulllvmpipe: add test program for round(), trunc(), floor...
2010-07-06 Brian Paulgallivm: finish implementation of lp_build_iceil()
2010-07-06 Zack Rusinllvmpipe: disconnect vertex texture sampling from the...
2010-07-06 Zack Rusindraw: make sure softpipe doesn't crash with vertex...
2010-07-06 Zack Rusindraw: implement vertex texture sampling using llvm
2010-07-06 Tom Stellardr300/compiler: Implement KILP opcode.
2010-07-06 José Fonsecagallivm: Use SSE4.1's BLENDV instructions for lp_build_...
2010-07-06 José Fonsecagallivm: Fix 8bit comparisons.
2010-07-06 Alan Hourihanellvmpipe: ensure all bins are reset avoids memory corru...
2010-07-06 Chia-I Wumesa: Always initialize transform feedback state.
2010-07-06 Chia-I Wuegl: Rework driver loading.
2010-07-06 Chia-I Wust/egl: Add support for !GLX_DIRECT_RENDERING.
2010-07-06 Brian Paulmesa: initial support for unnormalized integer texture...
2010-07-05 Corbin Simpsonauxiliary/util: Add SM3 meta-cap list.
2010-07-05 Roland Scheideggerllvmpipe: wait for queries being finished when asked...
2010-07-04 Vinson Leei915g: Remove unnecessary header.
2010-07-04 Jakob Bornecrantzi915g: Add flag to not send commands to hw
2010-07-04 Jakob Bornecrantzi915g: If the kernel reject the batchbuffer print it...
2010-07-04 Jakob Bornecrantzi915g: Minor cleanups
2010-07-04 Jakob Bornecrantzi915g: Make batchbuffer flush function not be inline
2010-07-04 Jakob Bornecrantzi915g: Rename texture state to map state
2010-07-04 Jakob Bornecrantzi915g: Move fragment state to its own file
2010-07-04 Jakob Bornecrantzi915g: Move static state to its own file
2010-07-04 Jakob Bornecrantzi915g: Don't dirty dynamic state if it hasn't changed
2010-07-04 Jakob Bornecrantzi915g: Don't flush after blit
2010-07-04 Jakob Bornecrantzi915g: Don't flush empty batchbuffers
2010-07-04 Jakob Bornecrantzgallium: Make trivial examples use target helpers
2010-07-04 Jakob Bornecrantzgallium: Fix compilation of trivial quad-tex
2010-07-04 Vinson Leest/egl: Remove unnecessary headers.
2010-07-03 Chia-I Wumesa: Fix OpenGL ES-only builds.
2010-07-03 nobledegl: Always use EGLAPIENTRY in api function prototypes
2010-07-03 Vinson Leegallivm: Remove unnecessary headers.
2010-07-03 Marek Olšákr300g: fix warnings
2010-07-03 Tom Stellardr300/compiler: Fix loop unrolling
2010-07-03 Tom Stellardr300/compiler: Use hardware flow control instructions...
2010-07-03 Tom Stellardr300g: Fix typo in r300_reg.h
2010-07-03 Tom Stellardr300/compiler: Don't continue copy propagation inside...
2010-07-03 Tom Stellardr300/compiler: Print debug info for flow control instru...
2010-07-03 Tom Stellardr300/compiler: Enable hardware IF statements for r500...
2010-07-03 Tom Stellardr300/compiler: In the peephole optimizer, ELSE should...
2010-07-03 Tom Stellardr300/compiler: Correctly calculate the max number of...
2010-07-03 Tom Stellardr300/compiler: Handle loops in deadcode analysis.
2010-07-03 Brian Paulosmesa: remove old renderbuffer before adding new
2010-07-03 Brian Paulmesa: updated instruction comments
2010-07-02 Brian Paulmesa: add geometry shader fields to gl_shader_program
2010-07-02 José Fonsecagallivm: Do 4ubyte AoS texture filtering for any format...
2010-07-02 José Fonsecagallivm: Use util_format_description::fetch_rgba_8unorm...
2010-07-02 José Fonsecautil: Add a fetch_rgba_8unorm.
2010-07-02 José Fonsecagallivm: Support multiple pixels in lp_build_fetch_rgba...
2010-07-02 José Fonsecagallivm: Move lp_build_rgba8_to_f32_soa() to lp_bld_for...
2010-07-02 José Fonsecagallivm: Move gather functions to its own module.
2010-07-02 José Fonsecagallivm: Check inputs/outputs in lp_build_conv()
2010-07-02 José Fonsecautil: Expose util_format_fits_8unorm().
2010-07-02 Brian Paulmesa: fix texenv generation when num color bufs == 0
2010-07-02 Brian Paulsoftpipe: fix incorrect blend func index passed to...
2010-07-02 Brian Paulsoftpipe: better assertions
2010-07-02 Brian Paulmesa: add missing error checks in _mesa_program_paramet...
2010-07-02 Brian Paulmain: change some GS field types, added comments
2010-07-02 Brian Paulmesa: make the number of draw buffers part of the texen...
2010-07-02 Brian Paulgallium/cso: check for set_vertex_sampler_views !=...
2010-07-02 José Fonsecamesa: Silence warning.
2010-07-02 José Fonsecagallivm: Code generate YUV format unpacking.
2010-07-02 José Fonsecagallivm: Fix 4 x unorm8 -> 4 x float conversion.
2010-07-02 Dave Airlier600: use gallium list macros instead of making our...
2010-07-02 Brian Paulmesa: extension flags and version testing for GL 3...
2010-07-02 Brian Paulmesa: entrypoints for GL 3.1 primitive restart
2010-07-01 Dan NicholsonUse GLW_CFLAGS when building libGLw
2010-07-01 Fernando Carrijomesa: Purge macros NEED_EVENTS and NEED_REPLIES
2010-07-01 Brian Paulgallium/cso: unbind sampler views in cso_release_all()
2010-07-01 Brian Paulmesa: free xform feedback hash table
2010-07-01 Brian Paulst/mesa: fix comment
2010-07-01 Brian Paulllvmpipe: silence pointer type warnings
2010-07-01 José Fonsecagallivm: Support 4 x unorm8 in lp_build_fetch_rgba_aos().
2010-07-01 José Fonsecagallivm: Allow to conversions to/from registers of...
2010-07-01 José Fonsecagallivm: Support extended swizzles in lp_build_swizzle1...
2010-07-01 José Fonsecagallivm: Setup a global optimization pass.
2010-07-01 José Fonsecallvmpipe: Remove lp_build_swizzle2_aos().
2010-06-30 Brian Paulllvmpipe: another null pointer check
2010-06-30 Brian Paulllvmpipe: use dummy tile when out of memory
2010-06-30 Brian Paulllvmpipe: added new lp_memory.[ch] files
2010-06-30 Brian Pauldraw: fix out of memory handling in polygon stipple...
2010-06-30 Neil Robertsglu: Fix some compiler warnings in libtess
2010-06-30 Chia-I Wuegl: Update MaxSize when a dynamic array is grown.
2010-06-30 Chia-I Wuegl: Make _eglUnloadDrivers no-op on Windows.
2010-06-30 Chia-I Wust/egl: Manually free configs on terminate.
2010-06-30 Chia-I Wuegl: Store screens in a dynamic array.
2010-06-30 Chia-I Wuegl: Store configs in a dynamic array.
next