mesa.git
2011-11-14 José Fonsecallvmpipe: Silent warnings about undeclared llvmpipe_che...
2011-11-14 José Fonsecautil: Avoid signed/unsigned comparison in u_trim_pipe_p...
2011-11-14 José Fonsecallvmpipe: Remove unused variables.
2011-11-14 José Fonsecallvmpipe: Make more resilient to out-of-memory situations.
2011-11-14 José Fonsecadraw: Handle failure to allocate aligned_constant_storage.
2011-11-14 José Fonsecagallivm: Remove duplicate statement.
2011-11-14 José Fonsecagallivm: Include stddef.h before the LLVM C++ headers.
2011-11-14 Dave Airliellvmpipe: fix unswizzle of packed float types.
2011-11-13 Alex Deucherr600g: properly handle cayman in is_alu_vec_unit_inst()
2011-11-13 Vadim Girlinr600g: fix cb offset for flushed_depth_texture
2011-11-13 Vadim Girlinr600g: fix stencil buffer ref counting on evergreen
2011-11-13 Vadim Girlinr600g: lazy load for AR register
2011-11-13 Vadim Girlinr600g: include INTERP_[XY|ZW] in is_alu_vec_unit_inst
2011-11-12 Morgan Armandglcpp: Add GL_ARB_draw_instanced #define.
2011-11-12 Kenneth Graunkei965: Don't try to normalize cubemap coordinates for...
2011-11-11 Chad Versacemesa: Fix glFramebufferTexture*() for depth and stencil...
2011-11-11 Eric Anholti965: Expose GLSL 1.30 on gen6+.
2011-11-11 Eric Anholti965: Add support for gl_VertexID and gl_InstanceID.
2011-11-11 Eric Anholti965: Replace a should-never-happen fallback with asser...
2011-11-11 Eric Anholtmesa: Make gl_VertexID be a system value like gl_Instan...
2011-11-11 Eric Anholtglsl: Move builtin_variables.h into .cpp.
2011-11-11 Eric Anholtglsl: Move ir_variable.cpp to builtin_variables.cpp.
2011-11-11 Mathias Fröhlichstate_tracker: remove written but never used variable.
2011-11-11 Dave Airlieradeon: fix build.
2011-11-11 Dave Airlieradeon: drop unused constant_cliprect field
2011-11-11 Dave Airlieradeon: disable texobj state for 3d texture
2011-11-11 Dave Airlieradeon: use meta bitmap
2011-11-11 Dave Airlieradeon: fix bug with wrong stride being used for rectan...
2011-11-11 Brian Pauli965: remove #include of api_noop.h
2011-11-11 Brian Paulxlib: set alpha to 0xff when mapping RGB pixmaps
2011-11-11 Brian Paulswrast: avoid calling _mesa_get_srgb_format_linear...
2011-11-11 Brian Paulswrast: remove bogus assertion
2011-11-11 Brian Paulsvga: don't crash/assert if we fail to allocate a verte...
2011-11-11 Brian Pauldraw: handle out of memory conditions
2011-11-11 Brian Paulutil: check for null vertex buffer object in blit code
2011-11-11 Brian Paulst/mesa: fix OOM failure in bitmap code
2011-11-11 Brian Paulvbo: better handling of VBO allocation failures
2011-11-11 Brian Paulmesa: replace api_noop.[ch] with vbo_noop.[ch]
2011-11-11 Brian Paulvbo: pull some code from api_noop.c into vbo module
2011-11-11 Brian Paulmesa: remove ancient, unused gl_free_control_points...
2011-11-11 Brian Pauldocs: add another viewperf issue
2011-11-11 Kenneth Graunkei965: Make Gen6+ renderbuffer surface updates not depen...
2011-11-11 Kenneth Graunkei965: Reorder state atom lists so all the surface state...
2011-11-11 Kenneth Graunkeglsl: Handle constant expressions involving ir_binop_eq...
2011-11-11 Kenneth Graunkeglsl: Remove textureGradOffset built-ins taking sampler...
2011-11-11 Kenneth Graunkeglsl: Fix misnamed textureProjOffset prototypes in...
2011-11-11 Kenneth Graunkeglsl: Remove texture built-ins with 'bias' from 1.30...
2011-11-11 Kenneth Graunkei965: Put a proper sampler count in 3DSTATE_VS.
2011-11-11 Kenneth Graunkei965: Upload SAMPLER_STATE pointers for the VS on Ivybr...
2011-11-11 Kenneth Graunkei965: Move and rename "wm sampler" fields to just ...
2011-11-11 Kenneth Graunkei965: Clean up code for VS pull constant surface creation.
2011-11-11 Kenneth Graunkei965: Use a single binding table for all pipeline stages.
2011-11-11 Kenneth Graunkei965: Split brw_wm_surfaces state into renderbuffer...
2011-11-11 Kenneth Graunkei965: Combine the two WM pull constant tracked state...
2011-11-11 Kenneth Graunkei965: Rename gen6_*_constants tracked state atoms to...
2011-11-11 Kenneth Graunkei965: Remove nr_surfaces computation from brw_update_wm...
2011-11-11 Kenneth Graunkei965: Use 0 for the number of binding table entries...
2011-11-11 Kenneth Graunkei965: Remove outdated comment about CACHE_NEW_SURF_BIND...
2011-11-11 Kenneth Graunkei965: Remove BRW_NEW_NR_VS_SURFACES dirty bit from...
2011-11-11 Kenneth Graunkei965: Add missing CACHE_NEW_WM_PROG dirty bit to WM...
2011-11-11 Kenneth Graunkei965: Use new vtable entries for surface state updating...
2011-11-11 Kenneth Graunkei965: Add new vtable entries for surface state updating...
2011-11-10 Marek Olšákr600g: don't set the query result to 0 after a call...
2011-11-10 Marek Olšákr600g: the type of OCCLUSION_PREDICATE result should...
2011-11-10 Brian Paulmesa: silence uninitialized var warning
2011-11-10 Brian Paulradeon: silence initializer warnings
2011-11-10 Brian Pauldraw/llvm: silence uninitialized variable warnings
2011-11-10 Brian Paulradeon: silence unused var warnings
2011-11-10 Brian Paulegl: silence unused var warning
2011-11-10 Wayne E. Robertzmklib: fix static lib building by filtering out -L...
2011-11-10 Marek Olšákr600g: implement PIPE_QUERY_OCCLUSION_PREDICATE
2011-11-10 Marek Olšákr300g: fix query result of GPU_FINISHED
2011-11-10 Marek Olšákr300g: implement PIPE_QUERY_GPU_FINISHED
2011-11-10 Marek Olšákr300g: implement PIPE_QUERY_OCCLUSION_PREDICATE
2011-11-10 Dave Airliellvmpipe/u_format: add support for EXT_texture_shared_e...
2011-11-10 Dave Airliellvmpipe: add NV_conditional_render support.
2011-11-10 Marek Olšákr600g: remove useless texture barrier
2011-11-10 Marek Olšákr600g: flush the whole context when CS is full, not...
2011-11-10 Marek Olšákr600g: turn some CS overflow checks into assertions
2011-11-10 Marek Olšákr600g: put the rest of CS overflow checks in r600_need_...
2011-11-10 Marek Olšákr600g: flush caches regardless of render condition
2011-11-10 Marek Olšákr600g: disable render condition at the end of CS, re...
2011-11-10 Marek Olšákr600g: don't suspend queries if they have already been...
2011-11-10 Marek Olšákr600g: properly reserve CS space for queries_suspend
2011-11-10 Marek Olšákr600g: reserve CS space for a draw command in begin_que...
2011-11-10 Marek Olšákr600g: consolidate checking whether CS is full
2011-11-10 Dave Airlieradeon: fix tex1d-border2d
2011-11-10 Dave Airlieradeon: fix 3-coordinate swtcl emission
2011-11-09 Eric Anholtswrast: Add support for glReadPixels() to integer types.
2011-11-09 Eric Anholtmesa: Add support for unpacking 32-bit integer formats...
2011-11-09 Eric Anholtmeta: Add support for glClear() to integer color buffers.
2011-11-09 Eric Anholti965: Claim to support rendering to integer FBOs.
2011-11-09 Eric Anholti965/fs: Add support for user-defined out variables.
2011-11-09 Eric Anholti965/fs: Preserve the source register type when doing...
2011-11-09 Eric Anholti965: Make brw_type_for_base_type return the element...
2011-11-09 Eric Anholti965: Enable ChooseTexFormat for supported GL_EXT_textu...
2011-11-09 Eric Anholti965: Add mapping from MESA_FORMAT to BRW_SURFACEFORMAT...
2011-11-09 Eric Anholtintel: Expose GL_EXT_texture_integer when GL 3.0 overri...
2011-11-09 Eric Anholtdocs: Note EXT_texture_array on i965.
2011-11-09 Eric Anholti965: Add support for 16-bit unorm L, A, and I textures.
next