glsl: enable the new linear scan register allocator code
[mesa.git] / src / mesa / drivers /
2009-04-06 Eric Anholtintel: Avoid dri2 GetBuffers round-trips for internal...
2009-04-06 Eric Anholti965: Use GTT maps when available to upload vertex...
2009-04-06 Eric Anholtintel: Clean up some a leftover from sedding of bufmgr...
2009-04-06 Michel Dänzerradeon: Expose a 32 bit RGBA fbconfig even when the...
2009-04-03 Brian Paulintel: #include texgetimage.h
2009-04-03 Brian Paulmesa: move glGetTexImage(), glGetCompresssedTexImage...
2009-04-03 Brian Paulmesa: rename some gl_light fields to be clearer
2009-04-03 Brian Pauli965: remove unused var
2009-04-03 Brian Pauli965: more const buffer debug code
2009-04-03 Brian Pauli965: added brw_same_reg()
2009-04-03 Brian Pauli965: s/GL_FALSE/BRW_COMPRESSION_NONE/
2009-04-03 Brian Pauli965: another checkpoint commit of new constant buffer...
2009-04-03 Brian Pauli965: fix response length param in brw_dp_READ_4()
2009-04-03 Brian Pauli965: change args to get_src_reg() to prep for new...
2009-04-03 Brian Pauli965: check-point commit of new constant buffer support
2009-04-03 Brian Pauli965: remove unused code for sampling a constant buffer
2009-04-03 Brian Pauli965: code to setup a constant buffer sampler
2009-04-03 Brian Pauli965: do negation and Abs in get_src_reg_imm()
2009-04-03 Brian Pauli965: comments
2009-04-03 Brian Pauli965: code to debug/dump instruction immediates
2009-04-03 Brian Pauli965: minor code movement, new comment
2009-04-03 Brian Pauli965: added new brw_dp_READ_4() function
2009-04-03 Brian Pauli965: new and updated comments
2009-04-03 Brian Pauli965: comments for brw_SAMPLE()
2009-04-03 Brian Pauli965: comments for sampling code
2009-04-03 Brian Pauli965: add support for float literal instruction operands
2009-04-03 Brian Pauli965: remove 'nr' param from get_src/dst_reg() functions
2009-04-03 Brian Pauli965: fix comment typo
2009-04-03 Brian Pauli965: comments, clean-up in prepare_wm_surfaces()
2009-04-03 Brian Pauli965: remove unneeded #includes
2009-04-03 Brian Pauli965: formatting clean-ups
2009-04-03 Brian Pauli965: comments, whitespace changes
2009-04-03 Brian Pauli965: rename scratch_buffer -> scratch_bo to be consist...
2009-04-03 Brian Pauli965: fix indentation
2009-04-03 Brian Pauli965: whitespace changes, comments
2009-04-02 Thomas Hellstromdri glx: Fix dri_util::driBindContext
2009-04-02 Thomas Hellstromdri glx: Propagate driver MakeCurrent errors.
2009-04-02 Brian Pauldri: use BorderColor instead of _BorderChan
2009-03-30 Adam Jacksonintel: Avoid mapping the texture image for CopyTex...
2009-03-28 Roland Scheideggeri965: srgb texture fixes
2009-03-28 Roland Scheideggeri965: add support for signed rgba texture format
2009-03-28 Roland Scheideggerfix various small intel blitter issues
2009-03-25 Maciej Cencorar300: cleanup swtcl a little
2009-03-25 Alan CoopersmithConvert u_int*_t to C99 standard uint*_t
2009-03-25 Alan Coopersmithr300_cmdbuf.c: convert cast to a form supported by...
2009-03-25 Michel Dänzerr300: Texture size limit cleanups.
2009-03-24 Robert Ellisoni965: fix point rasterization when rendering to FBO
2009-03-24 Eric Anholti965: Fix glFrontFacing in twoside GLSL demo.
2009-03-24 Eric Anholti965: Fix fog coordinate g,b,a values when glFrontFacin...
2009-03-24 Eric Anholti965: Clean up a bit of mess with unneeded variables...
2009-03-24 Eric Anholti965: Fix trailing "d" in debug output for 3DSTATE_VERT...
2009-03-23 Eric Anholti965: Fix occlusion query when no other WM state update...
2009-03-20 Eric AnholtFix DRI2 accelerated EXT_texture_from_pixmap with GL_RG...
2009-03-19 Brian Paulglslcompiler: added new options to override debug/optim...
2009-03-18 Dan NicholsonUse the specified X11 headers for xlib mesa
2009-03-13 Brian Pauli965: more register number assertions
2009-03-13 Brian Pauli965: add some register number assertions
2009-03-13 Brian Pauli965: remove unused PROGRAM_INTERNAL_PARAM, added comment
2009-03-13 Brian Pauli965: move declarations before code
2009-03-13 Brian Pauli965: debug code, use gl_register_file type
2009-03-13 Brian Pauli965: move declaration before code
2009-03-13 Brian Pauli965: fix const correctness
2009-03-13 Brian Pauli915: move declarations before code
2009-03-13 Brian Pauli965: comments
2009-03-12 Robert Ellisoni965: fix polygon stipple when rendering to FBO
2009-03-12 Roland Scheideggeri965: add support for ATI_envmap_bumpmap
2009-03-12 Roland Scheideggerregenerate glapi
2009-03-12 Robert Ellisoni965: fix polygon face orientation when rendering to FBO
2009-03-12 Brian Paulintel: include main/viewport.h
2009-03-11 Brian Pauli965: fix lock-ups when GLSL program wrote to gl_FragDepth
2009-03-11 Brian Pauli965: more code clean-ups, comments
2009-03-11 Brian Pauli965: minor code clean-ups, comments
2009-03-11 Brian Pauli965: use new cast wrappers
2009-03-11 Brian Pauli965: added cast wrappers, comments
2009-03-11 Brian Pauli965: asst. code clean-ups, comments
2009-03-11 Brian Pauli965: fix typos in comments
2009-03-09 Brian Paulxmesa: set back-buffer's drawable field
2009-03-09 Brian Pauli965: fix cube map lock-up / corruption
2009-03-09 Roland Scheideggerfix typo in fragment pipe alu define, should fix dot3_r...
2009-03-07 Brian Paulr300: remove assignment to removed StringPos field
2009-03-07 Brian Paulmesa: move glViewport and glDepthRange functions into...
2009-03-07 Brian Paulmesa: gl_register_file enum typedef
2009-03-07 Brian Paulmesa: remove GL_MESA_program_debug extension
2009-03-07 Brian Paulmesa: remove last of _mesa_unreference_framebuffer...
2009-03-07 Maciej Cencorar300: shut up valgrind
2009-03-06 Brian Pauli965: check if we run out of GRF/temp registers
2009-03-06 Brian Pauli965: bump up BRW_EU_MAX_INSN
2009-03-06 Brian Pauli965: comments
2009-03-06 Brian Pauli965: comments and minor clean-ups
2009-03-06 Brian Pauli965: avoid unnecessary calls to brw_wm_is_glsl()
2009-03-06 Maciej Cencorar300: fix depth write regression (found by Nicolai...
2009-03-06 Maciej Cencorar300: enable EXT_fog_coord extension
2009-03-06 Maciej Cencorar300: route fog coord and W pos correctly
2009-03-06 Maciej Cencorar300: rewrite and hopefully simplify RS setup
2009-03-06 Maciej Cencorar300: add few macros for RS setup
2009-03-06 Maciej Cencorar300: silence valgrind
2009-03-06 Maciej Cencorar300: Print reg address when debugging is enabled
2009-03-06 Maciej Cencorar300: don't crash on sw tcl hw if point size vertex...
2009-03-06 Eric Anholtintel: Fix bpp setting of blits to 8bpp targets.
2009-03-06 Eric Anholti965: fix 3DPRIMITIVE batch decode of the vertex count...
next