tgsi: add assertion to verify legal register file
[mesa.git] / src /
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-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 Brian Paulr300g: add missing is_anistropic param
2010-01-06 Brian Paulsvga: make texture_target a ubyte, not a bitfield
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 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
2010-01-06 Brian Paulmesa: added GL_MAJOR_VERSION and GL_MINOR_VERSION queries
2010-01-06 Brian Paulmesa: call _mesa_compute_version() to set context's...
2010-01-06 Brian Paulmesa: added version.c to build
2010-01-06 Brian Paulmesa: added _mesa_compute_version() in new version...
2010-01-06 Brian Paulmesa: added version fields to GLcontext
2010-01-06 Brian Paulgallium/util: replace 8 with PIPE_MAX_COLOR_BUFS
2010-01-05 Brian Paulgallium/util: comments and whitespace fixes
2010-01-05 Brian Pauli965g: fix invalid assertion in emit_xpd()
2010-01-05 Brian Pauli965: fix invalid assertion in emit_xpd()
2010-01-05 Roel Kluintdfx: condition always evaluates to false in SetupDoubl...
2010-01-05 Eric Anholti965: Fix build after blind merge of mesa 7.7 by Brian.
2010-01-05 Brian Paulst/mesa: fix broken translation of negative register...
2010-01-05 Brian PaulARB prog parser: regenerated parser file
2010-01-05 Brian PaulARB prog parser: fix parameter binding type
2010-01-05 Brian PaulARB prog parser: regenerated parser files
2010-01-05 Brian PaulARB prog parser: add allowSwizzle param to initialize_s...
2010-01-05 Brian Paulmesa: whitespace changes and comments
2010-01-05 Brian Paulmesa: change constant search behaviour in _mesa_add_unn...
2010-01-05 Maarten Maathuisnouveau: rewrite nouveau_stateobj to use BEGIN_RING...
2010-01-05 Marcin Slusarznouveau: kill nouveau_push.h and use libdrm versions...
2010-01-05 Maarten Maathuisnv50: remove vtxbuf stateobject after a referenced...
2010-01-05 José Fonsecasvga: Remove stale references to delete shader results.
2010-01-05 José Fonsecasvga: Rebind shaders when tokens change.
2010-01-05 Corbin SimpsonMerge branch 'gallium-docs'
2010-01-05 Chia-I Wuegl: Fix breakage from -fvisibility=hidden.
2010-01-05 Corbin Simpsondocs: Don't check in generated docs.
2010-01-05 Corbin Simpsondocs: Stub out list of modules in core distribution...
2010-01-05 Brian Paulst/mesa: added PROGRAM_LOCAL_PARAM case in src_register()
2010-01-05 Kristian HøgsbergMerge branch 'remove-intel-dri1'
2010-01-05 Brian Paulmesa: bump version to 7.7.1-DEVEL
2010-01-05 Keith WhitwellMerge commit 'origin/gallium-draw-retval'
2010-01-05 Andre Maasikasr600: adjust after radeon mipmap changes in 7118db8700
2010-01-05 Andre Maasikasr600: support depth compare functions & shadow_ambient
2010-01-05 Michal Kroltgsi: Simplify implementation of few interpreter's...
2010-01-05 Michal Kroltgsi: Use FREE() to release MALLOC-ed() memories in...
2010-01-05 Michal Kroltgsi: Fix bogus loop condition in sanity.
2010-01-05 Michal Kroltgsi: Treat MOV source operand as FLOAT so modifiers...
2010-01-05 Michal Kroltgsi: Store ADDR file in interpreter as an int.
2010-01-05 Michal Kroltgsi: Remove dead micro_umod().
2010-01-05 Michal Kroltgsi: Make interpreter aware of float and integer data...
2010-01-05 Michal Krolgallium: Add UMOD TGSI opcode.
2010-01-05 Michal Krolgallium: Add SWITCH, CASE, DEFAULT and ENDSWITCH opcode...
2010-01-05 Michal Kroltgsi/ureg: Improve immediate match & expand logic.
2010-01-05 Michal Kroltgsi: Support signed/unsigned integer immediate types.
2010-01-05 Michal Krolgallium: Add signed/unsigned int immediate data types.
2010-01-05 Michal Kroltgsi: Cleanup interpreter code for other existing integ...
2010-01-05 Michal KrolRemove TGSI_OPCODE_SHR, map existing usage to TGSI_OPCO...
2010-01-05 Michal Kroltgsi: Implement new integer opcodes.
2010-01-05 Michal Krolgallium: Add more integer TGSI opcodes.
2010-01-05 Brian Paulmesa: added _mesa_[Get]TexParameterI[u]iv() functions
2010-01-05 Brian Paulmesa: make texture BorderColor a union of float/int...
2010-01-05 Brian Paulmesa: use get_texobj() in _mesa_GetTexParameter() funcs
2010-01-05 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-05 Brian Paulmesa: add missing _mesa_lock_texture() call
2010-01-04 Eric Anholti915: Use _MaxLevel on principle in texture setup.
2010-01-04 Eric Anholtintel: Fix CopyTexImage from tiled mipmap levels > 0.
2010-01-04 Eric Anholti965: Fix the surface offset calculation for tiled...
2010-01-04 Andre Maasikasr600: support vertex_array_bgra
2010-01-04 Brian Paulmesa: added GL_DU8DV8_ATI in extract_float_rgba()
next