glsl: Allow less restrictive uses of sampler array indexing in GLSL <= 1.20
[mesa.git] / src / gallium /
2011-01-06 Marek Olšákr300g: fix corruption when nr_cbufs==0 and multiwrites...
2011-01-06 Marek Olšákr300g: remove the buffer range checking
2011-01-06 Marek Olšákr300g: skip buffer validation of upload buffers when...
2011-01-06 Marek Olšákutil: add comments to u_upload_mgr and u_inlines
2011-01-06 Marek Olšáktgsi: remove redundant name tables from tgsi_text,...
2011-01-06 Marek Olšákgallium: drivers should reference vertex buffers
2011-01-06 Marek Olšáku_upload_mgr: new features
2011-01-06 Marek Olšáku_upload_mgr: keep the upload buffer mapped until it...
2011-01-06 Vinson Leenvc0: Fix typo of nvc0_mm.c in SConscript.
2011-01-05 Michel Dänzerst/xorg: Flesh out colour map support and support depth 8.
2011-01-04 Alex Deucherr600g: support up to 64 shader constants
2011-01-04 Christoph BumillerMerge remote branch 'origin/nvc0'
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 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.
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 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-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-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-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-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-17 José Fonsecagallivm: Cleanup util_format_xxx_fetch_xxx call generation.
2010-12-17 Marek Olšákr300g: finally fix the texture corruption on r3xx-r4xx
2010-12-17 Brian Paulsoftpipe: remove sp_tex_tile_cache_border_color()
2010-12-17 Brian Paulsoftpipe: fix depth texture sampling regression
2010-12-16 Brian Paulgallivm: fix copy&paste error from previous commit
2010-12-16 Brian Paulgallivm: work around LLVM 2.6 bug when calling C functions
2010-12-16 Brian Pauldraw: s/varient/variant/
2010-12-16 Brian Paulsvga: s/varient/variant/
2010-12-16 Brian Pauli965g: s/varient/variant/
2010-12-16 Brian Pauli915g: s/varient/variant/
2010-12-16 Brian Paulsoftpipe: s/varient/variant
2010-12-16 Jakob Bornecrantzsvga, glhd: Remove incorrect assert and add note
2010-12-16 Jakob Bornecrantzsvga: Minor debug text fix
2010-12-16 Jakob Bornecrantzsvga: Remove debug print in winsys
2010-12-16 Jakob Bornecrantzsvga: Correct spelling in swtnl backend
2010-12-16 Jakob Bornecrantzsvga: Fix newline at EOF
2010-12-16 Jakob Bornecrantzsvga: Add Galahad and Softpipe to scons build
2010-12-16 Jakob Bornecrantzwrapper: Flush pipe on unmap
2010-12-16 Jakob Bornecrantzwrapper: Fix width and height given to map and remove...
2010-12-26 Jakob Bornecrantzi915g: Ignore color0 writes all cbufs tgsi property
2010-12-26 Chia-I Wust/egl: Fix eglChooseConfig when configs is NULL.
2010-12-26 Vinson Leenvfx: Remove unused variable.
2010-12-25 Xavier Chantrynvfx: restore BEGIN_RING usage
2010-12-25 Marek Olšákr300g: simplify buffer_transfer_inline_write
2010-12-25 Marek Olšákr300g: simplify the code for buffer uploads
2010-12-25 Marek Olšákr300g: user index buffers are always aligned
2010-12-25 Marek Olšákr300g: increase the size of upload buffers
2010-12-24 Marek Olšákr300g/swtcl: re-enable LLVM
2010-12-24 Henri Verbeetr600g: r600_blit_uncompress_depth() can't fail.
2010-12-24 Henri Verbeetr600g: Get rid of r600_blit_uncompress_depth_ptr.
2010-12-24 Dave Airlier600g: hack around property unknown issues.
2010-12-24 Dave Airlier300g: turn back on rv530 hiz.
2010-12-24 Dave Airlier300g: hyperz fixing typo.
2010-12-24 Vinson Leer600g: Rearrange print order of outputs of R600_ERR.
2010-12-24 Vinson Leest/egl: Remove unnecessary header.
2010-12-24 Vinson Leelibgl-xlib: Remove unnecessary header.
2010-12-24 Vinson Leer300g: Remove unnecessary header.
2010-12-23 Dave Airlietgsi_text: just parse as an integer (value is a boolean).
next