48556 Commity (21b28d520ff218d165e86aa71dbd02050a3aa0cd)
 

Autor SHA1 Wiadomość Data
  Brian Paul 21b28d520f swrast: remove s_depthstencil.[ch] files 13 lat temu
  Brian Paul 030e408181 swrast: remove calls to _swrast_update_depth/stencil_buffer() 13 lat temu
  Eric Anholt deb6dd6b4d i965: Turn on ARB_depth_buffer_float by default. 13 lat temu
  Eric Anholt 3786a3e644 swrast: Convert the glBlitFramebuffer(GL_NEAREST) path to MapRenderbuffer(). 13 lat temu
  Eric Anholt 61ea677bdd mesa: Fix packing of stencil bits to MESA_FORMAT_Z32_FLOAT_X24S8. 13 lat temu
  Eric Anholt 38c6f1e6ca swrast: Fix use of uninitialized value in rbmapping changes. 13 lat temu
  Eric Anholt fb5252a351 swrast: Use the fast copypixels code to implement fast glBlitFramebuffer(). 13 lat temu
  Eric Anholt cedbfc0050 swrast: Move the check for fast_copy_pixels() ability to caller. 13 lat temu
  Eric Anholt 60982976ee i965: Add sensible disasm for the JMPI instruction. 13 lat temu
  Eric Anholt cd2a24a4c2 i965/gen7: Enable transform feedback as long as kernel support is present. 13 lat temu
  Eric Anholt 6c0b70e774 i965/gen7: Fix up the transform feedback buffer pointers on later batches. 13 lat temu
  Eric Anholt 7f91c8bf2b i965/gen7: Flush the batch between transform feedbacks. 13 lat temu
  Eric Anholt c4089d444a i965/gen7: Use the updated interface for SO write pointer resetting. 13 lat temu
  Alex Deucher e60daf7e25 r600g: remove obsolete MULTIWRITE comment 13 lat temu
  Kenneth Graunke 938490c3fe glsl_to_tgsi: Remove the obsolete remove_output_reads pass. 13 lat temu
  Vincent Lejeune 10937e6512 glsl_to_tgsi: Use the GLSL compiler's new remove-output-reads pass. 13 lat temu
  Vincent Lejeune 6d4b35c036 glsl: Add a lowering pass to remove reads of shader output variables. 13 lat temu
  Dave Airlie 293a3916bd draw: fix piglit base vertex + user vertex array tests 13 lat temu
  ojab 2fe6c254f7 Strip LLVM svn rev from `llvm-config --version` output. 13 lat temu
  Vinson Lee 44c089bd48 mesa: Remove 'texelBytes' declarations that are only used in assertions. 13 lat temu
  Paul Berry 33fe021116 mesa: Fix transform feedback of unsubscripted arrays. 13 lat temu
  Paul Berry cab179a165 Add .gitignore files to exclude unit test build artifacts from git 13 lat temu
  Paul Berry 4357f8b4dc mesa: Avoid segfault when getting an unbound transform feedback buffer name. 13 lat temu
  Paul Berry 456279bb33 mesa: Fix transform feedback of gl_ClipDistance. 13 lat temu
  Paul Berry 913a5c238b mesa: Make tfeedback_decl::var_name a const char *. 13 lat temu
  Paul Berry 367b83f890 gallium: Make use of gl_transform_feedback_info::ComponentOffset. 13 lat temu
  Paul Berry e8357cb03d i965: Make use of gl_transform_feedback_info::ComponentOffset. 13 lat temu
  Paul Berry 2169331d40 mesa: Add gl_transform_feedback_info::ComponentOffset. 13 lat temu
  Paul Berry 989b5722dc i965: Fix transform feedback of gl_ClipVertex. 13 lat temu
  Paul Berry 15f4bca2df i965: Fix transform feedback of gl_PointSize. 13 lat temu
  Paul Berry 1be0fd8c86 mesa: Fix extra memset in store_tfeedback_info() 13 lat temu
  Brian Paul a44d715d2b swrast: use memmove() instead of memcpy() in the SHIFT_ARRAY macro 13 lat temu
  Bryan Cain 59be691638 st/mesa: add support for gl_ClipDistance 13 lat temu
  Bryan Cain 6951870e57 gallium: add support for clip distances 13 lat temu
  Marek Olšák f82d40d4b1 glx/dri2: print FPS when env var LIBGL_SHOW_FPS is 1 (v2) 13 lat temu
  Marek Olšák c77efc6bb6 r300/compiler: fix buffer underflow when setting SEM_WAIT on last instruction 13 lat temu
  Marek Olšák c2cc630f28 u_vbuf: use cso_cache to cache vertex element states 13 lat temu
  Marek Olšák ce44bae366 u_vbuf: implement another upload codepath which unrolls indices 13 lat temu
  Marek Olšák 2b851526c1 u_vbuf: cleanup variable names to be consistent 13 lat temu
  Marek Olšák 64242b23c1 u_vbuf: cleanup the computation of how many vertices to upload/translate 13 lat temu
  Marek Olšák c897b943f4 u_vbuf: convert min_index,max_index to start,count 13 lat temu
  Marek Olšák 1ae9e588fa util: add helper function util_dump_draw_info 13 lat temu
  Marek Olšák 345b1a31c9 trace: dump primitive restart info 13 lat temu
  Marek Olšák d1f11ed3ef translate: implement translation of 10_10_10_2 types 13 lat temu
  Marek Olšák 0a8a7144a1 translate: implement translation of (pure) integer formats 13 lat temu
  Marek Olšák 1ba3240b28 u_format: implement fetch_rgba_uint and fetch_rgba_sint for integer formats 13 lat temu
  Marek Olšák 0950086376 gallium: add flag PIPE_TRANSFER_MAP_PERMANENTLY 13 lat temu
  Marek Olšák 7cd1c62b6b gallium: remove deprecated PIPE_TRANSFER_DISCARD 13 lat temu
  Marek Olšák 5968e4068c u_vbuf: translate per-vertex, per-instance, and constant attribs separately 13 lat temu
  Marek Olšák dbd60d27e8 u_vbuf: take start_instance into account when uploading instanced attribs 13 lat temu