egl_dri2: Add missing header
[mesa.git] / src / gallium /
2011-06-07 Pierre-Eric Pellou... r600g : fix incorrect size computation in r600_query_result
2011-06-07 Alex Deucherr600g: remove pre-r6xx asic families and pci ids
2011-06-07 Alex Deucherr600g: always clear query memory
2011-06-07 Marek Olšákr300g: consolidate deducing chipset info
2011-06-07 Marek Olšákr600g: add missing r300 families
2011-06-07 Benjamin Franzker300g: Remove is_r3xx
2011-06-07 Benjamin Franzker600g: Use radeon pciid list for the family lookup...
2011-06-07 Benjamin Franzketargets/egl: Support driver name lookup using pci lists
2011-06-07 Brian Paultgsi: s/varient/variant/
2011-06-07 Brian Pauldraw: rename draw_vs_varient.c to draw_vs_variant.c
2011-06-07 Brian Pauldraw/llvm: whitespace, formatting fixes
2011-06-07 Brian Pauldraw: s/1/TRUE/
2011-06-07 Stéphane MarchesinMerge branch 'master' of ssh://git.freedesktop.org...
2011-06-07 Stéphane Marchesini915g: Do generic remapping.
2011-06-06 Dave Airlier600g: optimise the draw emission packets for r600/eg
2011-06-06 Dave Airlier600g: use an enabled list to track enabled blocks.
2011-06-06 Dave Airlier600g/winsys: overhaul resource range/blocks.
2011-06-06 Dave Airlier600g: split out block init
2011-06-06 Dave Airlier600g: move resource setting to its own structures.
2011-06-06 Dave Airlier600g: only call bo loop if nbos is positive.
2011-06-06 Dave Airlier600g: don't need to call the packet dirty function...
2011-06-06 Stéphane Marchesini915g: implement more opcodes.
2011-06-06 Stéphane Marchesini915g: implement TGSI_OPCODE_SEQ.
2011-06-06 Stéphane Marchesini915g: handle varyings properly.
2011-06-06 Stéphane Marchesini915g: add missing and unsupported PIPE_CAPs to avoid...
2011-06-06 Stéphane MarchesinGallium: fix indentation in u_blitter.c
2011-06-06 Stéphane Marchesini915g: don't destroy a texture buffer if it's NULL.
2011-06-06 Stéphane Marchesinllvmpipe: use $(CXX) instead of g++ for linking.
2011-06-06 Andreas Faengersoftpipe: Anisotropic filtering extension.
2011-06-06 Marcin Slusarzutil: add \n to debug_checkpoint_full
2011-06-06 Marcin Slusarznv50: fix nv50_sampler_state_delete array overflow
2011-06-03 Dave Airlier600g: move spi update to only when states change.
2011-06-03 Dave Airliecso: move cso hashes to a more table driven scheme
2011-06-03 Dave Airlieu_prim: convert u_trim_pipe_prim to table driven.
2011-06-03 Dave Airlier600g: make conv pipe prim table driven.
2011-06-02 Johannes Obermayrdri/nouveau: Fix build with --enable-shared-dricore.
2011-06-02 Dave Airlier600g: sampler and texture state doesn't need a range...
2011-06-02 Marek Olšáksoftpipe: add a better fake implementation of fences
2011-06-02 Brian Paulutil: faster logbase2
2011-06-02 Christoph Bumillerd3d1x/sm4: don't reset 1st index of multi-dimensional...
2011-06-02 Christoph Bumillerd3d1x/sm4: fix swizzle for 1 component operands
2011-06-02 Dave Airlier600g: add spi state and move spi/vgt to modify register
2011-06-02 Dave Airlier600g: decrease CPU time on set buffer resources
2011-06-02 Dave Airlier600g: work out range/block etc at state build time.
2011-06-02 Dave Airlier600g: deinline r600_pipe_state_add_reg.
2011-06-02 Dave Airlier600g: prepare for passing ctx into _r600_pipe_state_ad...
2011-06-02 Dave Airlier600g: migrate macros from r600_priv.h to r600.h
2011-06-02 Dave Airlier600g: remote ctx arg to block/range macros.
2011-06-02 Dave Airlier600g: avoid copying unnecessary pieces of a block.
2011-06-02 Dave Airlier600g: optimise state setting in r600_draw_vbo.
2011-06-02 Dave Airlier600g: force new evergreen blocks for large range.
2011-06-01 Marek Olšákr300g: remove unused debug option DBG_UPLOAD
2011-05-31 Alex Deucherr600g: add llano support
2011-05-31 Benjamin Franzkest/egl: Fix udev linkage when egl_dri2 is not build
2011-05-31 Marek Olšákr300g: set squared microtiling for the dummy zbuffer
2011-05-31 Alex Deucherr600g: cs init fixes
2011-05-31 Marek Olšákr300g: log when getting unsupported texture format
2011-05-31 Dave Airliegallium: include limits.h in p_config.h
2011-05-31 Dave Airlier600g: add context control to start of CS
2011-05-31 Dave Airlier600g: don't emit color blend register on original...
2011-05-30 Marek Olšáktgsi/ureg: bump the limit of immediates
2011-05-29 Marek Olšáktrace: implement texture_barrier
2011-05-29 Marek Olšáktrace: implement render_condition
2011-05-29 Marek Olšákr300g: clear can be killed by render condition
2011-05-29 Marek Olšákr300g: fix occlusion queries when depth test is disable...
2011-05-29 Marek Olšákr300g: cleanup render_condition a bit
2011-05-29 Marek Olšákr300g: remove fake occlusion queries (debug option)
2011-05-29 Marek Olšákr300g: remove debug option DBG_FALL
2011-05-29 Marek Olšákr300g: print some HyperZ debug info
2011-05-27 Trevor Davenportnv50: fix emit_add_a16 to emit correct source reg
2011-05-25 Jakob Bornecrantzi915g: Bump texture sizes
2011-05-25 Alex Deucherr600g: remove duplicate opcode in r600_opcodes.h
2011-05-25 Alex Deucherr600g: fix eg/cayman scissor workaround
2011-05-25 Dave Airlier600g: add workaround for buggy hw scissor on eg/cayman.
2011-05-25 Dave Airlier600g: add initial cayman acceleration support.
2011-05-25 Dave Airlier600g: don't lookup a vs semantic for position/face.
2011-05-24 Dave Airlier600g: flush the DB dest base as well.
2011-05-24 José Fonsecawgl: Don't hold on to user supplied HDC.
2011-05-21 Christian Königr600g: fix "Fixed-Point Data Conversions"
2011-05-20 Benjamin Franzkest/egl: Add support for EGL_DRM_BUFFER_USE_CURSOR_MESA
2011-05-20 Benjamin Franzkest/dri: Support dri2 useflags in dri2_create_image
2011-05-20 Benjamin Franzkest/egl/wayland: Deal with wayland visual changes
2011-05-20 José Fonsecagallivm: Fix for dynamically linked LLVM 2.8 library.
2011-05-20 Brian Paulst/glx: define/set new ST_CONTEXT_FLAG_bits
2011-05-20 Brian Paulst/glx: pass major, minor, context flags, etc to XMesaC...
2011-05-20 Brian Paulst/glx: implement glXCreateContextAttribsARB()
2011-05-20 Brian Paulst/glx: pass version, context flags, etc to create_cont...
2011-05-20 Brian Paulst/glx: refactor create-context functions
2011-05-19 Maxim Levitskynv50: add support for user clip planes
2011-05-18 José Fonsecagallivm: Tell LLVM to not assume a 16-byte aligned...
2011-05-18 Dave Airlier600g: bump domain selection up one layer.
2011-05-16 Marek Olšáku_vbuf_mgr: fix max_index computation when src_offset...
2011-05-15 Dave Airliegallium: block signals for new thread when spawning...
2011-05-15 Dave Airlier600g: reduce flushes so only when texture and CB overlap.
2011-05-15 Marek Olšákr300g: HiZ fixes
2011-05-15 Marek Olšákr300g: don't set other HyperZ states if depth and stenc...
2011-05-15 Marek Olšákr300g: dynamically ask for and release Hyper-Z access
2011-05-15 Marek Olšákr300g: fix conversion from int to boolean
2011-05-14 Marek Olšáku_vbuf_mgr: fix max_index computation once again
2011-05-13 Christoph Bumillernvc0: prevent overlap between load address and destinat...
next