Merge remote branch 'origin/nvc0'
[mesa.git] / src /
2011-01-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2011-01-04 Brian Paulst/mesa: skip glDrawPixels/glBitmap-related code for...
2011-01-04 Christoph Bumillernvc0: fix index size method value for u8 indices
2011-01-04 Christoph Bumillernvc0: set the correct FP header bit for multiple colour...
2011-01-04 Christoph Bumillernvc0: delete memory caches and fence on screen destruction
2011-01-04 Christoph Bumillernvc0: use mov instead of ld for scalar const loads
2011-01-04 Christoph Bumillernvc0: fix resource unmap after vertex push
2011-01-04 Christoph Bumillernvc0: use the proper typed opcodes in constant folding
2011-01-04 Christoph Bumillernvc0: demagic GP invocation count bitfield
2011-01-04 Christoph Bumillernvc0: rewrite the 9097 GRAPH macros
2011-01-04 Brian Pauli965g: include brw_types.h instead of GL/gl.h
2011-01-04 Brian Paulosmesa: pass context to _mesa_update_framebuffer_visual()
2011-01-04 Vinson Leellvmpipe: Include p_compiler.h in lp_scene_queue.h.
2011-01-04 Vinson Leellvmpipe: Include p_compiler.h in lp_perf.h.
2011-01-04 Vinson Leellvmpipe: Include missing headers in lp_bld_depth.h
2011-01-04 Vinson Leellvmpipe: Include p_compiler.h in lp_bld_alpha.h.
2011-01-04 Vinson Leei965g: Include p_compiler.h in intel_decode.h.
2011-01-04 Vinson Leei965g: Include gl.h in intel_structs.h.
2011-01-04 Zhenyu Wangi965: Use last vertex convention for quad provoking...
2011-01-04 Vinson Leemesa: Include mtypes.h in renderbuffer.h.
2011-01-04 Zhenyu Wangi965: Correct comment for gen6 fb write control message...
2011-01-04 Zhenyu Wangi965: Fix provoking vertex select in clip state for...
2011-01-04 Brian Paulmesa: fix AL44 texture fetch function nybble -> float...
2011-01-03 Eric Anholtintel: Use tri clears when we don't know how to blit...
2011-01-03 Eric Anholtmesa: Also report the number of renderbuffer alpha...
2011-01-03 Eric Anholtmesa: Also report renderbuffer red/green size for GL_RE...
2011-01-03 Eric Anholtmesa: Use the common logic for "is this baseformat...
2011-01-03 Eric Anholtmesa: Allow color renderbuffers besides just RGB and...
2011-01-03 Eric Anholtmesa: Update comment about the list of BaseFormats...
2011-01-03 Eric Anholtintel: Handle forced swrast clears before other clear...
2011-01-03 Brian Paulst/mesa: fix renderbuffer pointer check in st_Clear()
2011-01-03 Brian Paulmesa: s/GLuint/gl_buffer_index/
2011-01-03 Brian Paulst/mesa: 80-column wrapping
2011-01-03 Brian Paulst/mesa: 80-column wrapping
2011-01-02 Dave Airlieradeon: fix build on non-KMS systems.
2011-01-01 Kenneth Graunkeglsl: Really remove unused "instructions" parameter.
2011-01-01 Kenneth Graunkeglsl: Remove unused "instructions" parameter.
2010-12-31 Brian Paulmapi: add missing newline in error message
2010-12-31 Brian Paulegl: add missing case in _eglError()
2010-12-31 Henri Verbeetst/mesa: Handle wrapped depth buffers in st_copy_texsub...
2010-12-30 Vinson Leeutil: Add forward declarations in u_index_modify.h.
2010-12-30 Vinson Leetgsi: Clean up header file inclusion in tgsi_text.h.
2010-12-30 Vinson Leegraw: Include p_shader_tokens.h for tgsi_token struct.
2010-12-30 Vinson Leetgsi: Clean up header file inclusion in tgsi_sanity.h.
2010-12-30 Vinson Leex86: Clean up header file inclusion in mmx.h.
2010-12-30 Vinson Leetnl: Clean up header file inclusion in t_vertex.h.
2010-12-30 Vinson Leevbo: Clean up header file inclusion in vbo.h.
2010-12-30 Vinson Leetnl: Clean up header file inclusion in t_vp_build.h.
2010-12-30 Vinson Leetnl: Clean up header file inclusion in tnl.h.
2010-12-30 Ben Skeggsdrm/nvc0: don't un-bind every subchannel on init
2010-12-29 Marek Olšákutil: add a way to store translated indices to a user...
2010-12-29 Marek Olšákr300g: support user buffers as constant buffers
2010-12-29 Eric Anholti965: Do lowering of array indexing of a vector in...
2010-12-28 Eric Anholti965: Fix regression in FS comparisons on original...
2010-12-28 Eric Anholti965: Factor out the ir comparision to BRW_CONDITIONAL_...
2010-12-28 Vinson Leeglcpp: Add negative tests for redefintions with valuele...
2010-12-28 Dave Airlietgsi_dump: fix assert due to missing property name.
2010-12-28 Marek Olšákr300g: rename aos to vertex arrays
2010-12-28 Marek Olšákr300g: mark vertex arrays as dirty after a buffer_offse...
2010-12-28 Zhenyu Wangi965: Fix occlusion query on sandybridge
2010-12-28 Zhenyu WangRevert "i965: upload multisample state for fragment...
2010-12-27 Kenneth Graunkei965: Internally enable GL_NV_blend_square on ES2.
2010-12-27 Christoph Bumillernvc0: reference the vertex buffers
2010-12-27 Christoph Bumillernvc0: reenable some shader optimizations
2010-12-27 Christoph Bumillernvc0: use VTX_ATTR for stride 0 vertex attributes
2010-12-27 Christoph Bumillernvc0: implement VRAM buffer transfers with bounce buffers
2010-12-27 Christoph Bumillernvc0: init miptree transfer layer stride
2010-12-27 Xiang, Haihaoi965: don't spawn GS thread for LINELOOP on Sandybridge
2010-12-27 Kenneth Graunkei965: Flatten if-statements beyond depth 16 on pre...
2010-12-27 Kenneth Graunkeglsl: Support if-flattening beyond a given maximum...
2010-12-23 Christoph Bumillernvc0: respond please inline to PIPE_SHADER_CAP_SUBROUTINES
2010-12-23 Christoph Bumillernvc0: fix layer stride state
2010-12-23 Christoph Bumillernvc0: use most defs/decls from nouveau_pushbuf.h
2010-12-20 Ben Skeggsnvc0: remove unused 'buf' parameter in pipe_buffer_unmap
2010-12-20 Ben Skeggsnvc0: BEGIN_RING->BEGIN_RING_NI in a couple of places
2010-12-20 Ben Skeggsnvc0: fence.bo is mappable, mark it as such
2010-12-20 Ben SkeggsMerge remote branch 'origin/master' into nvc0-new
2010-12-20 Ben Skeggsnouveau: fix includes for latest libdrm
2010-12-20 Jerome Glisser600g: properly unset vertex buffer
2010-12-20 Vinson Leest/python: remove unused 'buf' parameter in pipe_buffer...
2010-12-20 Marek Olšákgallium: remove unused 'buf' parameter in pipe_buffer_unmap
2010-12-20 Vinson Leest/mesa: Remove comment cruft from st_context.h.
2010-12-20 Vinson Leest/mesa: Clean up header file inclusion in st_cb_texture.h.
2010-12-20 Vinson Leest/mesa: Clean up header file inclusion in st_cb_readpi...
2010-12-19 Christoph Bumillernvc0: s/INLIN_RING/IMMED_RING
2010-12-19 Christoph Bumillernvc0: improve shader support for texturing
2010-12-19 Christoph Bumillernvc0: adapt to array textures interface change
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-12-19 Christoph Bumillernvc0: fix clipping with scissors/viewport
2010-12-19 Christoph Bumillernvc0: use BIND_RING to set subchannel classes
2010-12-19 Christoph Bumillernvc0: switch to the proper constants upload path
2010-12-19 Christoph Bumillernvc0: add the index buffer offset where missing
2010-12-19 Marek Olšákr300g: optimize the fallback for misaligned ushort...
2010-12-18 Vinson Leest/mesa: Clean up header file inclusion in st_cb_program.h.
2010-12-18 Vinson Leest/mesa: Clean up header file inclusion in st_cb_accum.h.
2010-12-18 Vinson Leemesa: Clean up header file inclusion in prog_statevars.h.
2010-12-18 Dave Airliemesa: fix queryobj whitespace.
2010-12-18 Dave Airliemesa/swrast/st: add ARB_occlusion_query2 support.
2010-12-18 Chia-I Wumapi: Clean up sources.mk.
2010-12-18 Chia-I Wumapi: Clean up u_current interface.
next