vbo: added a comment
[mesa.git] / src /
2011-06-08 Brian Paulvbo: added a comment
2011-06-08 Brian Paulgallium: fix comments for pipe_stream_output_state
2011-06-08 Brian Paulmesa: remove old comment
2011-06-08 Brian Paulmesa: add more sampler types to is_sampler_type()
2011-06-08 Brian Paulgallium: s/bool/boolean/
2011-06-08 Brian Pauldraw: fix edge flag handling in clipper (for unfilled...
2011-06-08 Jeremy Huddlestonosmesa: Fix missing symbols when GLX_INDIRECT_RENDERING...
2011-06-08 Jeremy Huddlestonapple: Update dispatch table to current OpenGL specs
2011-06-08 Jeremy Huddlestonapple: Dead code removal
2011-06-08 Jeremy Huddlestonapple: Remove apple_glx_get_proc_address
2011-06-08 Jeremy Huddlestonapple: Use glapi rather than reinventing the wheel
2011-06-08 Jeremy Huddlestonapple: Rename __gl_api to __ogl_framework_api
2011-06-08 Dave Airlier600g: missed one line in eg dyn gpr fallback.
2011-06-08 Dave Airlier600g: set enable always bits for r600/r700 sq registers.
2011-06-08 Dave Airlier600g: condition evergreen dyn gpr resource management
2011-06-08 Dave Airlier600g: fix warnings in winsys.
2011-06-08 Dave Airlier600g: enable dynamic GPR resource management on evergreen
2011-06-08 Dave Airlier600g: only add blocks once to the dirty/enabled lists.
2011-06-08 Dave Airlier600g: fix regression in recent state changes.
2011-06-08 Dave Airlier600g: move simple part of bo reloc processing inline.
2011-06-08 Dave Airlier600g: take alpha ref update out of line.
2011-06-08 Dave Airlier600g: split resource emit path from main register...
2011-06-08 Dave Airlier600g: exit bo per reg scanning loop early.
2011-06-08 Dave Airlier600g: reorder evergreen draw packets to be smaller.
2011-06-08 Dave Airlier600g: inline r600_bo_reference.
2011-06-08 Dave Airlier600g: no need to drop the references here.
2011-06-08 Dave Airlier600g: use memcmp instead of a loop in state_set_resource
2011-06-08 Ian Romanickmesa: Ignore blits to/from missing buffers
2011-06-08 Ian Romanickmesa: Don't try to clear a NULL renderbuffer
2011-06-07 Nicolas Kaisermga: enable GL_ARB_vertex_array_object extension
2011-06-07 Benjamin Franzkeegl_dri2: Add missing header
2011-06-07 Benjamin Franzkeegl_dri2: Add missing license
2011-06-07 Benjamin Franzkeegl_dri2: Use libudev only if available
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 Eric Anholtintel: Update intel-decode.c from intel-gpu-tools.
2011-06-07 Eric Anholtintel: Implement glFinish() correctly by waiting on...
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 Franzkeradeon: Use pciid list to generate PCI_CHIP_<FAMILY...
2011-06-07 Benjamin Franzketargets/egl: Support driver name lookup using pci lists
2011-06-07 Benjamin Franzkeegl_dri2: Use external driver pci list
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 Eric Anholti965: Fix flipped GT1 vs GT2 URB VS entry count limits.
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 Marchesindri2: protect dri2FlushFrontBuffer against NULL buffers.
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 Kenneth Graunkei965: Update SURFACE_STATE dumping for Ivybridge.
2011-06-06 Kenneth Graunkei965: Update SAMPLER_STATE dumping for Ivybridge.
2011-06-06 Kenneth Graunkei965: Update SF_CLIP_VIEWPORT state dumping for Ivybridge.
2011-06-06 Jeremy Huddlestonapple: Finish build fixes for applegl_glx.c
2011-06-06 Jeremy Huddlestonapple: More fixes for compilation failures
2011-06-06 Andreas Faengersoftpipe: Anisotropic filtering extension.
2011-06-06 Brian Paulst/mesa: fix renderbuffer internal format for accum...
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-06 Jeremy Huddlestonapple: Fix multiple build failures in applegl_glx.c
2011-06-06 Jeremy Huddlestonapple: Build darwin using applegl rather than indirect
2011-06-06 Jeremy Huddlestonglx: Dead code removal
2011-06-06 Jeremy Huddlestonapple: ifdef out come glapi-foo on darwin
2011-06-06 Jeremy Huddlestonapple: Change from XExtDisplayInfo to struct glx_display
2011-06-06 Ben Skeggsdri/nouveau: fix gnome-shell segfault
2011-06-05 Jeremy Huddlestonapple: Rename GLXcontext
2011-06-05 Jeremy Huddlestonapple: Rename _gl_context_modes_find_visual to glx_conf...
2011-06-05 Jeremy Huddlestonapple: Re-add driContext and do_destroy
2011-06-05 Jeremy Huddlestonapple: Rename GLXcontext
2011-06-05 Jeremy Huddlestonapple: Rename __GLcontextModes to struct glx_config
2011-06-05 Jeremy Huddlestonapple: Rename glcontextmodes.[ch] to glxconfig.[ch]
2011-06-05 Jeremy Huddlestonapple: Update GL specs
2011-06-05 Eric Anholtmeta: Don't do sRGB encode for framebuffer blits on...
2011-06-05 Eric Anholtmeta: Don't do srgb to linear decode when blitting...
2011-06-03 Eric Anholtglx: Fix use-before-null-check in dri2InvalidateBuffers().
2011-06-03 Eric Anholti965: Drop remaining strict conformance fallback for...
2011-06-03 Eric Anholti965: Drop strict conformance fallback for GL_LINE_STIPPLE.
2011-06-03 Eric Anholti965: Drop strict conformance fallback for GL_LINE_SMOOTH.
2011-06-03 Eric Anholti965: Drop strict conformance fallback for GL_POLYGON_S...
2011-06-03 Eric Anholti965: Drop INTEL_CONFORMANCE=2 fallback code.
2011-06-03 Paul Berryglsl: fixed printing of structure constants.
2011-06-03 Paul BerryAST dump: fixed printing of conditionals.
2011-06-03 Dave Airlier600g: move spi update to only when states change.
next