mesa.git
2009-08-19 José Fonsecatgsi: Fix typo in ureg constant creation.
2009-08-19 Keith Whitwellst/xlib: remove a couple more 'fake' references
2009-08-19 Keith Whitwellst/xlib: remove dead ungrab helper
2009-08-19 Keith Whitwelltgsi: silence compiler warning
2009-08-19 Keith Whitwelltgsi: remove unused function argument
2009-08-19 Keith Whitwelltgsi: add missing functionality to support instructions...
2009-08-19 Corbin Simpsonr300g: Force off ZTOP optimizations for now.
2009-08-19 Corbin Simpsonr300g: Utilize DONTBLOCK.
2009-08-19 Corbin Simpsonradeon-gallium: Oh, look, we *do* already support DONTB...
2009-08-19 Corbin Simpsonr300g: Massively cleanup OQ.
2009-08-19 Corbin Simpsonr300g: Add high_second_pipe cap for R3xx chipsets.
2009-08-19 Corbin Simpsonradeon-gallium: Stop using outdated ioctls.
2009-08-19 Corbin SimpsonRevert "r300-gallium, radeon-gallium: Nuke gb_pipes...
2009-08-18 Brian PaulMerge branch 'mesa_7_5_branch'
2009-08-18 Brian Paulegl/xlib: move call to create_configs() after we set...
2009-08-18 Brian Paultgsi/ppc: we don't implement saturation modes yet
2009-08-18 Brian Paultgsi/sse: we don't implement saturation modes yet
2009-08-18 Brian Paulmesa: when emitting vertex program fog, set yzw=0,0,1
2009-08-18 Brian Paulmesa: call FLUSH_CURRENT() for GL_CURRENT_TEXTURE_COORD...
2009-08-18 Pauli Nieminenradeon: balance dma buffer mapping
2009-08-18 Jakob Bornecrantzegl: Create the front texture the properly
2009-08-18 Pauli Nieminenr300: Movde debug output from stdout to stderr in copiler.
2009-08-18 Dave Airlier200: make use of DMA buffers for Elts a lot better.
2009-08-18 Pauli Nieminenr200: Fix missing offset from elt buffer pointer.
2009-08-18 Pauli Nieminenradeon: Optimize memory handling for dma operations.
2009-08-18 Alex Deucherr300: fix the build on big endian
2009-08-18 Brian Paulgallium: improved comments, minor whitespace changes
2009-08-18 Chia-I Wuegl: Remove eglhash.c and eglhash.h.
2009-08-18 Chia-I Wuegl: Add back handle checking.
2009-08-18 Chia-I Wuegl: Make lookup functions static inline.
2009-08-18 Chia-I Wuegl: Remove hash table for displays.
2009-08-18 Chia-I Wuegl: Remove hash table for surfaces.
2009-08-18 Chia-I Wuegl: _eglCloseDriver should be no-op.
2009-08-18 Chia-I Wuegl: Some per-driver data should be per-display.
2009-08-18 Chia-I Wuegl: Change the way drivers are loaded.
2009-08-18 Chia-I Wuegl: Overhaul driver API.
2009-08-18 Dave Airlier600: fix build
2009-08-18 Dave Airlier300: remove warning introduced with OQ
2009-08-18 Dave Airlieradeon/r200: fix build after OQ commits
2009-08-18 Dave Airlier300: OQ rework
2009-08-18 Dave Airlier300: fix missing BEGIN/END batches
2009-08-18 Dave Airlier300: fix big endian build
2009-08-17 Brian Paulgallium: memset() tgsi_exec_machine to all zeros in...
2009-08-17 Brian Pauldemos/glsl: remove glutInitWindowPosition() calls
2009-08-17 Alex Deucherr600: fix counting error after the last commit
2009-08-17 Alex Deucherr600: make sure the number of indices is valid
2009-08-17 Alex Deucherradeon: remove RADEON_DEBUG_BO stuff
2009-08-17 Maarten Maathuisnv50: remove a few cases of directly casting struct...
2009-08-17 Maarten Maathuisnv50: borrow some flushing code from the ddx
2009-08-17 Maarten Maathuisgallium: Make PIPE_TRANSFER_{READ,WRITE,READ_WRITE...
2009-08-17 Maarten Maathuisnv50: whitespace fixes and deobfuscation
2009-08-17 Brian Paulcell: fix incorrect pipe_transfer tests
2009-08-17 Jerome Glisser300: split vbo rendering with big drawarray case
2009-08-17 Christoph Bumillernv50: fix stencil state
2009-08-17 Dave Airlieradeon: turn off bo debugging
2009-08-16 Maciej Cencorar300: disable ZTOP only when occlusion queries are...
2009-08-15 Maciej CencoraMerge branch 'oq'
2009-08-15 Pauli Nieminenmesa: Add 2 new demos to .gitignore.
2009-08-15 Maarten Maathuisnv50: avoid a NULL-ptr dereference when the pipe contex...
2009-08-15 Christoph Bumillernv50: align registers used with TEX to 4
2009-08-15 Maciej Cencorar300: enable ARB_occlusion_query
2009-08-15 Maciej Cencoraradeon: add flag for drm OQ support
2009-08-15 Maciej Cencorar300: temporary occlusion query hack
2009-08-15 Maciej Cencorar300: clear not_flushed OQ list after flush
2009-08-15 Maciej Cencorar300/oq: add some debugging info
2009-08-15 Maciej Cencorar300: add occlusion queries support
2009-08-15 Dave Airlieradeon space: realign with drm space check code
2009-08-15 Dave Airlier300: fixup space checks since VBO code
2009-08-15 Dave Airlier300: add just in case warn I don't think this can...
2009-08-15 Dave Airlieradeon: enable vertex splitting for IBs
2009-08-15 Roland Scheideggeri965: disable bounds checking on arrays with stride 0
2009-08-14 Brian Paulprogs/demos: print more info in fbotexture.c
2009-08-14 Ian Romanicki965: Add support for GL_ARB_seamless_cube_map
2009-08-14 Ian Romanickdemos/cubemap: Add support for GL_ARB_seamless_cube_map
2009-08-14 Ian RomanickRegenerate files for GL_ARB_seamless_cube_map
2009-08-14 Ian RomanickInfrastructure for GL_ARB_seamless_cube_map
2009-08-14 Ian RomanickRegenerate files for GL_APPLE_flush_buffer_range
2009-08-14 Maciej CencoraMerge branch 'vbo_clean'
2009-08-14 Maciej Cencorar300: mark VBO buffer objects as persistent
2009-08-14 Maciej Cencorar300: unmap buffer objects after usage
2009-08-14 José Fonsecagallium: Always map for READ flag when DISCARD is not...
2009-08-14 José Fonsecatrace: Remove space next to the class attribute of...
2009-08-14 José Fonsecapython/retrace: Open bz2 files correctly.
2009-08-14 Brian Paulmesa: append uniform values to the log file the first...
2009-08-14 Brian Paulmesa: also pass the GPU program to _mesa_append_uniform...
2009-08-14 Brian Paulvbo: call _mesa_valid_to_render()
2009-08-14 Brian PaulMerge branch 'mesa_7_5_branch'
2009-08-14 Brian Paulmesa: new _mesa_append_uniforms_to_file() debug/logging...
2009-08-14 Brian Paulmesa: call _mesa_valid_to_render()
2009-08-14 Brian Paulvbo: call _mesa_valid_to_render()
2009-08-14 Brian Paulmesa: new _mesa_valid_to_render() function
2009-08-14 Brian Paulmesa: minor error string changes
2009-08-14 Brian Pauldocs: docs: document new --with-max-width/height config...
2009-08-14 Brian PaulAdd a FAQ about internal buffer sizes.
2009-08-14 Brian PaulAdd configure options for MAX_WIDTH/HEIGHT.
2009-08-14 Brian PaulAllow external settings of MAX_WIDTH/HEIGHT.
2009-08-14 Keith Whitwellst/xlib: reduce the proliferation of GLX context types
2009-08-14 Keith Whitwellst/dri: remove unused dummyContext value
2009-08-14 Brian Paulmesa: move assertions in test_attachment_completeness()
2009-08-14 Christoph Bumillernv50: fix mipmap offsets and tiling
next