Fix compressed texture loads for non-minimal pitches
[mesa.git] / src /
2010-01-11 Luca BarbieriFix compressed texture loads for non-minimal pitches
2010-01-11 Corbin Simpsonr300g: Don't bother testing for empty scissors.
2010-01-11 Corbin Simpsonutil: Apply Brian's suggested blit improvements.
2010-01-11 Dave Airliegallium: u_blitter add overlapping blit support.
2010-01-11 Corbin Simpsonr300g: Atomize scissors.
2010-01-11 Corbin Simpsonr300g: Move TCL bypass switch to main context.
2010-01-11 Corbin Simpsonr300g: Atomize viewport.
2010-01-11 Corbin Simpsonr300g: Move ROPCNTL to the top of the emit order.
2010-01-11 Corbin Simpsonr300g: Don't avoid rewriting ZTOP.
2010-01-11 Corbin Simpsonr300g: Atomize rasterizer.
2010-01-11 Marcin Kościelnickinouveau: Make winsys recognise the original NV50.
2010-01-11 Dave Airlieradeon: fix prediction for r100 inline vert/elt emits.
2010-01-11 Dave Airlieradeon: fix bug in realloc code.
2010-01-11 Ben Skeggsst/dri: update dri2 drawables when viewport is changed
2010-01-10 Corbin Simpsonr300g: Atomize ZTOP.
2010-01-10 Corbin Simpsonr300g: Atomize DSA.
2010-01-10 Corbin Simpsonr300g: Atomize UCP.
2010-01-10 Corbin Simpsonr300g: Atomize blend color.
2010-01-10 Corbin Simpsonr300g: Start using atoms.
2010-01-10 José Fonsecallvmpipe: Update instructions.
2010-01-10 Chia-I Wuegl: Clean up the Makefile rules.
2010-01-10 Chia-I Wuegl_softpipe: Remove the unnecessary call to _eglSwapBu...
2010-01-10 José Fonsecallvmpipe: Yet another hack to get release LLVM static...
2010-01-10 José Fonsecagallium: Remove dead code.
2010-01-10 José Fonsecagallium: Provide alternative stdint.h and stdbool.h...
2010-01-09 Maciej Cencorar300: minor accelerated blit fixes
2010-01-09 Maciej Cencorar300: fallback on depth buffer blits
2010-01-08 Christoph Bumillernv50: handle TGSI_OPCODE_UMAD,UMUL,NOT and fix SAD
2010-01-08 Christoph Bumillernv50: free src temp_temps on emit
2010-01-08 Christoph Bumillernv50: try to honor sprite coord mode
2010-01-08 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-08 Dan Nicholsonmesa: Ensure libmesagallium.a is finished building...
2010-01-08 Michal Kroltgsi: Cleanup dot-product opcodes in interpreter.
2010-01-08 Vinson Leer300: Move initial declaration outside for loop.
2010-01-08 Francisco Jereznv20: Fix build for the latest nouveau_class.h changes.
2010-01-08 José Fonsecascons: Don't build xlib when dri is enabled.
2010-01-08 José Fonsecalvmpipe: Initialize all coordinates.
2010-01-08 José Fonsecascons: Output a meaningful message when xlib libGL...
2010-01-08 José Fonsecascons: Use static glew library on Unices to avoid binar...
2010-01-07 Keith Whitwellst/xorg: remove unused xorg_exa_get_pixmap_handle function
2010-01-07 Brian Paultgsi: fix SSE code emit for XPD
2010-01-07 Christoph Bumillernv50: preallocate TEMPs written first time in a subroutine
2010-01-07 Christoph Bumillernv50: handle TGSI_OPCODE_SAD,UADD
2010-01-07 Christoph Bumillernv50: handle TGSI_OPCODE_IMAX,IMIN,UMAX,UMIN
2010-01-07 Christoph Bumillernv50: handle integer SET operations
2010-01-07 Christoph Bumillernv50: handle TGSI_OPCODE_SHL,ISHR,USHR
2010-01-07 Christoph Bumillernv50: handle TGSI_OPCODE_F2I,F2U,I2F,U2F plus src mods
2010-01-07 Eric Anholtintel: Remove leftover symlinks from DRI1 removal.
2010-01-07 Brian Paultgsi: add assertion to verify legal register file
2010-01-07 Brian Paultgsi: fix incorrectly placed braces, add more braces...
2010-01-07 Brian Paultgsi: move register checking code before check_register...
2010-01-07 Brian Paulswrast: fix color masking for glAccum(GL_RETURN)
2010-01-07 Brian Pauli810: use ColorMask[0]
2010-01-07 Brian Paulgallium/util: remove useless assertions
2010-01-07 Brian Paulgallium/util: update comment: s/src_pitch/src_stride
2010-01-07 Brian Paulgallium/util: make src_y unsigned like the other x...
2010-01-07 José Fonsecallvmpipe: Remove TGSI sampler pointers from JIT context...
2010-01-07 José Fonsecallvmpipe: Remove more loose ends of TGSI exec sampling.
2010-01-07 Keith Whitwelli965g: updates for draw retval
2010-01-07 José Fonsecallvmpipe: Axe texture sampling code inherited from...
2010-01-07 Michal Krolgallium: Fix texture sampling with explicit LOD in...
2010-01-07 Michal Krolgallium: Pass per-element (not per-quad) LOD bias value...
2010-01-07 Michal Kroltgsi: Cleanup exec_tex().
2010-01-07 Michal Krolsvga: Fix fs key size computation and key comparison.
2010-01-07 Vinson Leesvga: Silence uninitialized variable warning.
2010-01-07 Brian Paulmeta: remove F suffix from _mesa_Ortho() params
2010-01-07 Brian Paulmeta: move destination vertex/projection setup out...
2010-01-07 Brian Paulmeta: set viewport and projection matrix in _mesa_meta_...
2010-01-07 Andre Maasikasr600: adjust after radeon mipmap changes in 7118db8700
2010-01-07 Brian Paultnl: set FOGC result to (f,0,0,1)
2010-01-06 Marek Olšákr300g: add back-face color VS outputs
2010-01-06 Marek Olšákr300g: fix SWTCL stream locations of texture coordinates
2010-01-06 Marek Olšákr300g: if no DS buffer is set, disable reading from...
2010-01-06 Marek Olšákr300g: disable the rasterization of WPOS if it's unused...
2010-01-06 Marek Olšákr300g: add WPOS
2010-01-06 Marek Olšákr300/compiler: add full viewport transformation support...
2010-01-06 Marek Olšákr300g: consolidate params
2010-01-06 Marek Olšákr300g: fix outputting depth in the FS
2010-01-06 Marek Olšákr300g: optimize blending by conditionally disabling...
2010-01-06 Marek Olšákr300g: optimize blending by discarding pixels that...
2010-01-06 Marek Olšákr300g: fix blending when SRC_ALPHA_SATURATE is used
2010-01-06 Marek Olšákutil/blitter: allow NULL CSOs to be saved
2010-01-06 Keith Whitwellsoftpipe: fix draw return value
2010-01-06 Pierre Ossmanr600: float texture component ordering
2010-01-06 Brian Paulr300g: add missing is_anistropic param
2010-01-06 Brian Paulsvga: make texture_target a ubyte, not a bitfield
2010-01-06 Roel Kluinmesa: test index bounds before array element
2010-01-06 Roel Kluinwin32_menu: add missing parentheses in mapMenu()
2010-01-06 Roel Kluinnv50: add missing parentheses in nv50_query_result()
2010-01-06 Brian Paulgallium/docs: finish up description of pipe_rasterizer_...
2010-01-06 Michal Krolutil: Fix format descriptor table entries.
2010-01-06 Michal Krolpipe_sampler_state::compare_mode is not a boolean enabl...
2010-01-06 Michal Krolutil: Handle the remaining format cases in pipe_tile_ra...
2010-01-06 Michal KrolMake sure we use only signed/unsigned ints with bitfields.
2010-01-06 Brian Pauli965: fix invalid assertion in emit_xpd(), again
2010-01-06 Brian Pauli965g: fix invalid assertion in emit_xpd(), again
2010-01-06 José FonsecaMerge remote branch 'origin/mesa_7_7_branch'
2010-01-06 José Fonsecaglew: Update to version 1.5.2.
2010-01-06 José Fonsecapipebuffer: Multi-threading fixes for fencing.
2010-01-06 Luca Barbierigallium: remove PIPE_TEX_FILTER_ANISO
next