2012-01-07 |
Brian Paul | swrast: fix Z testing of points/lines for 16-bit depth... |
commit | commitdiff | tree |
2012-01-07 |
Brian Paul | swrast: s/GLbitfield/GLbitfield64/ for sw_span::arrayAt... |
commit | commitdiff | tree |
2012-01-07 |
Brian Paul | swrast: s/GLint/GLuint/ to silence MSVC signed/unsigned... |
commit | commitdiff | tree |
2012-01-07 |
Brian Paul | meta: add some 'f' suffixes to silence MSVC warnings |
commit | commitdiff | tree |
2012-01-07 |
Brian Paul | mesa: add some 'f' suffixes to silence MSVC warnings |
commit | commitdiff | tree |
2012-01-07 |
Brian Paul | util: silence some MSVC type conversion warnings |
commit | commitdiff | tree |
2012-01-07 |
Brian Paul | draw: replace assert(0) with debug_warn_once() |
commit | commitdiff | tree |
2012-01-07 |
Brian Paul | util: add debug_warn_once() macro |
commit | commitdiff | tree |
2012-01-07 |
Brian Paul | draw: whitespace fixes, etc. |
commit | commitdiff | tree |
2012-01-07 |
Brian Paul | gallium: make vbuf_render::set_primitive() return void |
commit | commitdiff | tree |
2012-01-07 |
Brian Paul | svga: fix assorted whitespace issues, add copyright... |
commit | commitdiff | tree |
2012-01-07 |
Brian Paul | svga: add switch cases for PIPE_SHADER_CAP_OUTPUT_READ |
commit | commitdiff | tree |
2012-01-07 |
Brian Paul | mesa: add/update comments in _mesa_copy_buffer_subdata() |
commit | commitdiff | tree |
2012-01-07 |
Marek Olšák | u_vbuf: don't unroll indices if mapping vertex buffers... |
commit | commitdiff | tree |
2012-01-07 |
Dave Airlie | draw: fix missing include for u_format. |
commit | commitdiff | tree |
2012-01-07 |
Dave Airlie | st/mesa: add support for clip vertex. |
commit | commitdiff | tree |
2012-01-07 |
Dave Airlie | gallium: add new semantic for clip vertex. |
commit | commitdiff | tree |
2012-01-07 |
Dave Airlie | draw: don't translate non-floats to float. |
commit | commitdiff | tree |
2012-01-07 |
Dave Airlie | st/mesa: fix default interpolation for colors. |
commit | commitdiff | tree |
2012-01-07 |
Kenneth Graunke | glsl/builtins: Add missing mix(genType, genType, bvec... |
commit | commitdiff | tree |
2012-01-07 |
Kenneth Graunke | i965/vs: Fix invalid array access in copy propagation. |
commit | commitdiff | tree |
2012-01-07 |
Kenneth Graunke | configure.ac: Remove unused GLUT substitutions. |
commit | commitdiff | tree |
2012-01-06 |
Ian Romanick | glsl: Don't mark assignment temporaries as read-only |
commit | commitdiff | tree |
2012-01-06 |
Ian Romanick | glsl: Emit extra errors for l-value violations in ... |
commit | commitdiff | tree |
2012-01-06 |
Ian Romanick | glsl: Emit errors for assignments to non-l-value expres... |
commit | commitdiff | tree |
2012-01-06 |
Ian Romanick | glsl: Track descriptions of some expressions that can... |
commit | commitdiff | tree |
2012-01-06 |
Brian Paul | mesa: remove gl_framebuffer:_DepthBuffer, _StencilBuffe... |
commit | commitdiff | tree |
2012-01-06 |
Brian Paul | swrast: remove s_depthstencil.[ch] files |
commit | commitdiff | tree |
2012-01-06 |
Brian Paul | swrast: remove calls to _swrast_update_depth/stencil_bu... |
commit | commitdiff | tree |
2012-01-06 |
Eric Anholt | i965: Turn on ARB_depth_buffer_float by default. |
commit | commitdiff | tree |
2012-01-06 |
Eric Anholt | swrast: Convert the glBlitFramebuffer(GL_NEAREST) path... |
commit | commitdiff | tree |
2012-01-06 |
Eric Anholt | mesa: Fix packing of stencil bits to MESA_FORMAT_Z32_FL... |
commit | commitdiff | tree |
2012-01-06 |
Eric Anholt | swrast: Fix use of uninitialized value in rbmapping... |
commit | commitdiff | tree |
2012-01-06 |
Eric Anholt | swrast: Use the fast copypixels code to implement fast... |
commit | commitdiff | tree |
2012-01-06 |
Eric Anholt | swrast: Move the check for fast_copy_pixels() ability... |
commit | commitdiff | tree |
2012-01-06 |
Eric Anholt | i965: Add sensible disasm for the JMPI instruction. |
commit | commitdiff | tree |
2012-01-06 |
Eric Anholt | i965/gen7: Enable transform feedback as long as kernel... |
commit | commitdiff | tree |
2012-01-06 |
Eric Anholt | i965/gen7: Fix up the transform feedback buffer pointer... |
commit | commitdiff | tree |
2012-01-06 |
Eric Anholt | i965/gen7: Flush the batch between transform feedbacks. |
commit | commitdiff | tree |
2012-01-06 |
Eric Anholt | i965/gen7: Use the updated interface for SO write point... |
commit | commitdiff | tree |
2012-01-06 |
Alex Deucher | r600g: remove obsolete MULTIWRITE comment |
commit | commitdiff | tree |
2012-01-06 |
Kenneth Graunke | glsl_to_tgsi: Remove the obsolete remove_output_reads... |
commit | commitdiff | tree |
2012-01-06 |
Vincent Lejeune | glsl_to_tgsi: Use the GLSL compiler's new remove-output... |
commit | commitdiff | tree |
2012-01-06 |
Vincent Lejeune | glsl: Add a lowering pass to remove reads of shader... |
commit | commitdiff | tree |
2012-01-06 |
Dave Airlie | draw: fix piglit base vertex + user vertex array tests |
commit | commitdiff | tree |
2012-01-06 |
ojab | Strip LLVM svn rev from `llvm-config --version` output. |
commit | commitdiff | tree |
2012-01-06 |
Vinson Lee | mesa: Remove 'texelBytes' declarations that are only... |
commit | commitdiff | tree |
2012-01-05 |
Paul Berry | mesa: Fix transform feedback of unsubscripted arrays. |
commit | commitdiff | tree |
2012-01-05 |
Paul Berry | Add .gitignore files to exclude unit test build artifac... |
commit | commitdiff | tree |
2012-01-05 |
Paul Berry | mesa: Avoid segfault when getting an unbound transform... |
commit | commitdiff | tree |
2012-01-05 |
Paul Berry | mesa: Fix transform feedback of gl_ClipDistance. |
commit | commitdiff | tree |
2012-01-05 |
Paul Berry | mesa: Make tfeedback_decl::var_name a const char *. |
commit | commitdiff | tree |
2012-01-05 |
Paul Berry | gallium: Make use of gl_transform_feedback_info::Compon... |
commit | commitdiff | tree |
2012-01-05 |
Paul Berry | i965: Make use of gl_transform_feedback_info::Component... |
commit | commitdiff | tree |
2012-01-05 |
Paul Berry | mesa: Add gl_transform_feedback_info::ComponentOffset. |
commit | commitdiff | tree |
2012-01-05 |
Paul Berry | i965: Fix transform feedback of gl_ClipVertex. |
commit | commitdiff | tree |
2012-01-05 |
Paul Berry | i965: Fix transform feedback of gl_PointSize. |
commit | commitdiff | tree |
2012-01-05 |
Paul Berry | mesa: Fix extra memset in store_tfeedback_info() |
commit | commitdiff | tree |
2012-01-05 |
Brian Paul | swrast: use memmove() instead of memcpy() in the SHIFT_... |
commit | commitdiff | tree |
2012-01-05 |
Bryan Cain | st/mesa: add support for gl_ClipDistance |
commit | commitdiff | tree |
2012-01-05 |
Bryan Cain | gallium: add support for clip distances |
commit | commitdiff | tree |
2012-01-05 |
Marek Olšák | glx/dri2: print FPS when env var LIBGL_SHOW_FPS is... |
commit | commitdiff | tree |
2012-01-05 |
Marek Olšák | r300/compiler: fix buffer underflow when setting SEM_WA... |
commit | commitdiff | tree |
2012-01-05 |
Marek Olšák | u_vbuf: use cso_cache to cache vertex element states |
commit | commitdiff | tree |
2012-01-05 |
Marek Olšák | u_vbuf: implement another upload codepath which unrolls... |
commit | commitdiff | tree |
2012-01-05 |
Marek Olšák | u_vbuf: cleanup variable names to be consistent |
commit | commitdiff | tree |
2012-01-05 |
Marek Olšák | u_vbuf: cleanup the computation of how many vertices... |
commit | commitdiff | tree |
2012-01-05 |
Marek Olšák | u_vbuf: convert min_index,max_index to start,count |
commit | commitdiff | tree |
2012-01-05 |
Marek Olšák | util: add helper function util_dump_draw_info |
commit | commitdiff | tree |
2012-01-05 |
Marek Olšák | trace: dump primitive restart info |
commit | commitdiff | tree |
2012-01-05 |
Marek Olšák | translate: implement translation of 10_10_10_2 types |
commit | commitdiff | tree |
2012-01-05 |
Marek Olšák | translate: implement translation of (pure) integer... |
commit | commitdiff | tree |
2012-01-05 |
Marek Olšák | u_format: implement fetch_rgba_uint and fetch_rgba_sint... |
commit | commitdiff | tree |
2012-01-05 |
Marek Olšák | gallium: add flag PIPE_TRANSFER_MAP_PERMANENTLY |
commit | commitdiff | tree |
2012-01-05 |
Marek Olšák | gallium: remove deprecated PIPE_TRANSFER_DISCARD |
commit | commitdiff | tree |
2012-01-05 |
Marek Olšák | u_vbuf: translate per-vertex, per-instance, and constan... |
commit | commitdiff | tree |
2012-01-05 |
Marek Olšák | u_vbuf: take start_instance into account when uploading... |
commit | commitdiff | tree |
2012-01-05 |
Marek Olšák | u_upload_mgr: remove the 'flushed' parameter |
commit | commitdiff | tree |
2012-01-05 |
Marek Olšák | u_vbuf: don't map user buffers, just obtain a pointer... |
commit | commitdiff | tree |
2012-01-05 |
Marek Olšák | u_vbuf: only map a subrange of buffers to translate |
commit | commitdiff | tree |
2012-01-05 |
Marek Olšák | gallium: fix behavior of pipe_buffer_map_range |
commit | commitdiff | tree |
2012-01-05 |
Marek Olšák | u_vbuf: remove the workaround for half floats and translate |
commit | commitdiff | tree |
2012-01-05 |
Marek Olšák | translate: implement translation of half floats in... |
commit | commitdiff | tree |
2012-01-05 |
Eric Anholt | mesa: Remove the dead Varyings list in the program. |
commit | commitdiff | tree |
2012-01-05 |
Eric Anholt | mesa: Fix glGetTransformFeedbackVarying(). |
commit | commitdiff | tree |
2012-01-05 |
Jakob Bornecrantz | svga: Trim the dri binary a bit on scons release builds |
commit | commitdiff | tree |
2012-01-05 |
Jakob Bornecrantz | svga: Fix texture cube param cap |
commit | commitdiff | tree |
2012-01-05 |
Brian Paul | tgsi: consolidate TGSI string arrays in new tgsi_strings.h |
commit | commitdiff | tree |
2012-01-05 |
Brian Paul | gallium: add STATIC_ASSERT macro |
commit | commitdiff | tree |
2012-01-05 |
Brian Paul | mesa: only map src/dest regions in _mesa_copy_buffer_su... |
commit | commitdiff | tree |
2012-01-05 |
Brian Paul | mesa: print more info in buffer_object_subdata_range_go... |
commit | commitdiff | tree |
2012-01-05 |
Brian Paul | st/mesa: 80-column wrapping |
commit | commitdiff | tree |
2012-01-05 |
Kenneth Graunke | Revert "configure.ac: remove deprecated --with-driver=" |
commit | commitdiff | tree |
2012-01-05 |
Matt Turner | glsl: rename VERSION to VERSION_TOK for automake |
commit | commitdiff | tree |
2012-01-05 |
Matt Turner | configure.ac: bump AC_PREREQ to 2.60 |
commit | commitdiff | tree |
2012-01-05 |
Matt Turner | configure.ac: remove deprecated --with-driver= |
commit | commitdiff | tree |
2012-01-05 |
Ian Romanick | i965: Enable EXT_texture_integer by default |
commit | commitdiff | tree |
2012-01-05 |
Ian Romanick | mesa: Add missing GL_RG_INTEGER cases |
commit | commitdiff | tree |
2012-01-04 |
Kenneth Graunke | i965: Fix infinite loop regression in intel_miptree_all... |
commit | commitdiff | tree |
2012-01-04 |
Kenneth Graunke | i965/vs: Use the proper dimensionality for the sampler... |
commit | commitdiff | tree |
next |