ast_to_hir: Allow matrix-from-matrix constructors in GLSL ES.
[mesa.git] / src /
2010-09-08 Kenneth Graunkeast_to_hir: Allow matrix-from-matrix constructors in...
2010-09-08 Kenneth Graunkei965: Enable EXT_framebuffer_blit internally.
2010-09-08 Kenneth Graunkemesa: Enable GL_MAX_VERTEX_ATTRIBS in ES2.
2010-09-08 Kenneth Graunkelinker: Fix assertion and cross-version checks for...
2010-09-08 Kenneth Graunkeglsl: Add built-in function profiles for GLSL ES 1.00.
2010-09-08 Kenneth Graunkeglsl: Add built-in variables for GLSL ES 1.00.
2010-09-08 Kenneth Graunkeglsl: Split out types that are in 1.10 but not GLSL...
2010-09-08 Kenneth Graunkeglsl: Recognize GLSL ES 1.00 keywords.
2010-09-08 Kenneth Graunkeglsl: Define GL_ES preprocessor macro if API is OpenGL...
2010-09-08 Kenneth Graunkeglsl: Accept language version 100 and make it the defau...
2010-09-08 Kenneth Graunkeglsl: Set default language version in mesa_glsl_parse_s...
2010-09-07 Eric Anholtir_to_mesa: Add support for gl_NormalScale.
2010-09-07 Kenneth Graunkeglsl: Make sure shader source isn't NULL.
2010-09-07 Tilman Sauerbeckr600g: Added missing r600_bc_add_literal() calls to...
2010-09-07 Tilman Sauerbeckr600g: Added preliminary support for the LOG opcode.
2010-09-07 Tilman Sauerbeckr600g: Added missing abs-ification to RSQ.
2010-09-07 Dave Airlier600g: split opcodes out and add wrapper around usage.
2010-09-07 Dave Airlier600g: add support for constants in memory buffers.
2010-09-07 Dave Airlier600g: abstract the hw states out behind a vtbl.
2010-09-07 Ian Romanickglsl2: Forbid array-types in ?: operator in GLSL 1.10
2010-09-07 Eric Anholtmesa: Set the base format of GL_ALPHA FBOs and teach...
2010-09-07 Eric Anholtir_to_mesa: Fix warning in last commit.
2010-09-07 Eric Anholtir_to_mesa: Move the STATE_VAR elements of a builtin...
2010-09-07 Ian Romanickglsl2: Early return with visit_continue in loop_analysi...
2010-09-07 Kenneth Graunkeglsl: Change grammar rules for selection statements...
2010-09-07 Eric Anholti965: Store the byte address in the VS constant buffer...
2010-09-07 Eric Anholti965: Make pixel_xy results UW.
2010-09-07 Török Edvinglsl2: check for _NumLinkedShaders being 0
2010-09-07 Kristian Høgsbergglx: Set an all NULL vtable for dummyContext
2010-09-07 Kristian Høgsbergglx: Fix compilation with out xf86vidmode
2010-09-07 Kristian Høgsbergglx: Use GLX_BufferSwapComplete unconditionally, we...
2010-09-07 Michel DänzerFix crashes when some GLX API entrypoints are called...
2010-09-07 Eric Anholti965: Don't bother with RNDZ for f2i.
2010-09-07 Eric Anholti965: Add some validation on BRW_OPCODE_MUL and ADD...
2010-09-07 Eric Anholti965: Add assertion for another requirement about types.
2010-09-07 Eric Anholti965: Align the start of attribute interp coefficients...
2010-09-07 Eric Anholti965: Just assert when we flagged a compile error in...
2010-09-07 Eric Anholti965: Clean up fs_reg setup by using a helper for const...
2010-09-07 Eric Anholti965: When using the new FS backend, don't validate...
2010-09-07 Eric Anholti965: Add a bit of validation for some ISA restrictions...
2010-09-07 Eric Anholti965: set the source width/stride when handling reladdr...
2010-09-07 Jon TURNEYMake XF86VIDMODE extension optional
2010-09-07 Kristian Høgsbergglx: Drop unused dri2proto.h include
2010-09-07 Kristian Høgsbergglx: Move dpy and scr fields out of direct rendering...
2010-09-07 Jon TURNEYSome fixes for GLX_INDIRECT_RENDERING only build
2010-09-07 nobleddri: Make it a little clearer that we're not dereferenc...
2010-09-07 nobleddri: Use the right type for the API token
2010-09-07 Chia-I Wulibgl-xlib: Fix --enable-gallium-llvm build.
2010-09-07 Chia-I Wullvmpipe: Add lp_rast_debug.c to Makefile.
2010-09-07 Jon TURNEYglx: Only clear the stored context tag when the context...
2010-09-07 José Fonsecallvmpipe: Refactor lp_scene_add_resource_reference
2010-09-07 José Fonsecallvmpipe: Fix negated logic in lp_scene_add_resource_re...
2010-09-07 Keith Whitwellllvmpipe: move more coef setup into lp_setup_coef.c
2010-09-07 Keith Whitwellllvmpipe: declare fence handle struct
2010-09-07 Keith Whitwellllvmpipe: rasterization debugging helpers
2010-09-07 Keith Whitwellllvmpipe: use opcodes instead of function pointers...
2010-09-07 Keith Whitwellllvmpipe: rearrange queries
2010-09-07 Keith Whitwellllvmpipe: enforce fixed memory limit on scenes
2010-09-07 Keith Whitwellllvmpipe: clean up deferred zstencil clears
2010-09-07 Keith Whitwellllvmpipe: rework fences and queries
2010-09-07 Keith Whitwellllvmpipe: move whole-tile emit into a function
2010-09-07 Keith Whitwellllvmpipe: put fs variant dumping in a function
2010-09-07 Tilman SauerbeckReplace reference to tgsi-instruction-set.txt.
2010-09-07 Luca Barbierinouveau: restore nouveau_class.h for nv04-nv20
2010-09-06 Luca Barbierinvfx: fix return in vp main
2010-09-06 José Fonsecamesa: Define C99's __func__ macro on MSVC.
2010-09-06 Dave Airlier600g: add error print for no literals for r700s as...
2010-09-06 Dave Airlier600g: fixup r700 assembler for clamp/relative addressing
2010-09-06 Dave Airlier600g: add script to generate header file with offsets...
2010-09-05 Dave Airlier600g: fix up surface references
2010-09-05 Dave Airlier600g: search for sampler views in context on removal.
2010-09-05 Dave Airlier600g: add missing printf operand
2010-09-05 Luca Barbierinvfx: support nv30 simulation on nv40
2010-09-05 Henri Verbeetradeon: Add radeon_buffer_objects.c.
2010-09-05 Henri Verbeetr200: Add radeon_buffer_objects.c.
2010-09-05 Henri Verbeetradeon: Make do_blit_readpixels() into a PBO work.
2010-09-05 Luca Barbierimesa: don't smash the stack in _mesa_find_used_registers
2010-09-05 Luca Barbierimesa: don't expose unsupported GL_ARB_geometry_shader4...
2010-09-05 Luca Barbierinouveau: delete nouveau_class.h, move nv50 regs to...
2010-09-05 Luca Barbierinvfx: move nv04_2d to rules-ng-ng
2010-09-05 Luca Barbierinvfx: switch to rules-ng-ng register headers
2010-09-05 Luca Barbierinvfx: remove remaining BEGIN_RING/eng3d uses
2010-09-05 Luca Barbierinvfx: pause occlusion queries during blitter usage
2010-09-05 Luca Barbierinvfx: properly return fogcoord.w == 1
2010-09-05 Luca Barbierinvfx: support saturate in vp
2010-09-05 Luca Barbierinvfx: add rewritten swtnl support
2010-09-05 Luca Barbierinvfx: use a piglit-ignored format for unknown cap message
2010-09-05 José Fonsecallvmpipe: Remove some broken MinGW hacks in the sin...
2010-09-05 José Fonsecaglsl: Add new files to sconscript.
2010-09-05 José Fonsecallvmpipe: Fix perspective divide interpolation.
2010-09-05 José Fonsecautil: Helper function to determined whether two formats...
2010-09-05 José Fonsecallvmpipe: Relax the colormask constraint on opaque.
2010-09-05 José Fonsecautil: Utility function to determine the channels that...
2010-09-05 José Fonsecagallivm: Pass condition masks as an unsigned bitmask.
2010-09-05 José Fonsecagallivm: Cope with tgsi instruction reallocation failure.
2010-09-05 Kenneth Graunkeir_reader: Only validate IR when a global 'debug' flag...
2010-09-05 Marek Olšákr300g,r300c: memset the compiler struct to zeros
2010-09-05 Tom Stellardr300/compiler: Remove stray break statement
2010-09-05 Luca Barbierinvfx: support unlimited constants and immediates in fp
2010-09-05 Luca Barbierinvfx: support using blitter to copy depth/stencil resou...
next