docs: remove some superfluous <p> tags
[mesa.git] / src /
2012-06-11 Kenneth Graunkemesa: Unbind GL_TEXTURE_BUFFER on DeleteBuffers.
2012-06-11 Kenneth Graunkemesa: Make glPrimitiveRestartIndex execute immediately...
2012-06-11 Kenneth Graunkemesa: Check for a negative "size" parameter in glCopyBu...
2012-06-11 José Fonsecascons: Fix scons build.
2012-06-11 Eric Anholtglsl: Put a bunch of optimization visitors under anonym...
2012-06-11 Eric Anholtautomake: Merge the dricore libglsl build into libdricore.
2012-06-11 Eric Anholtautomake: Add a prefix variable for libglsl sources.
2012-06-11 Eric Anholtautomake: Convert src/Makefile to automake.
2012-06-11 Eric Anholtautomake: Move top-level makefile to automake.
2012-06-11 Eric Anholtautomake: Globally add stub automake targets to the...
2012-06-11 Tapani Pälliandroid: fix the build
2012-06-10 Michael Karcheri915g: Fix depth/stencil glClear
2012-06-09 Kenneth Graunkemesa: Fix "glCopyBuffserSubData" typos in error message...
2012-06-08 Eric Anholtglsl: Clean up warnings about deleting classes without...
2012-06-08 Marcin Slusarzglsl: fix deref_hash memory leak in constant_expression...
2012-06-08 Andreas Bollglcpp: .gitignore cleanup
2012-06-08 Andreas Bollglapi: .gitignore cleanup
2012-06-08 Roland Scheideggergallivm: Fix calculating rho for 3d textures for the...
2012-06-07 Kenneth Graunkei965: Add forgotten bitcast operations in brw_fs_channe...
2012-06-07 Paul Berryi965/blorp: allow all buffer formats provided src and...
2012-06-07 Paul Berryi965/blorp: Implement logic for additional buffer formats.
2012-06-07 Paul Berryi965/blorp: De-virtualize brw_blorp_{mip,surface}_info...
2012-06-07 Paul Berryi965/blorp: Refactor surface format determination.
2012-06-07 Kenneth Graunkei965: Enable the GL_ARB_shader_bit_encode extension.
2012-06-07 Olivier Galibertst/mesa: Finally activate the ARB_shader_bit_encoding...
2012-06-07 Olivier Galibertglsl: Bitwise conversion operator support in the softwa...
2012-06-07 Olivier Galibertglsl: Bitwise conversion operator support in ir_constan...
2012-06-07 Olivier Galibertglsl: Bitwise conversion operator support in ir_validate.
2012-06-07 Olivier Galibertglsl: Bitwise conversion operator support in ir_expression.
2012-06-07 Olivier Galibertglsl: New unary opcodes for ARB_shader_bit_encoding...
2012-06-07 Olivier Galibertglsl: Scaffolding for ARB_shader_bit_encoding.
2012-06-07 Kenneth Graunkemesa: Return 8 bits for GL_TEXTURE_RED_SIZE on RGTC...
2012-06-07 Kenneth Graunkeglsl: Hook up loop_variable_state destructor to plug...
2012-06-07 Tom Stellardradeon/llvm: Emulate RECIP_UINT instruction on Cayman
2012-06-07 Tom Stellardradeon/llvm: Remove some duplicate code in the R600...
2012-06-07 Tom Stellardradeon/llvm: Fix MULLO* instructions on Cayman
2012-06-06 Tom Stellardr600g: Compute support for Cayman
2012-06-06 Dave Airliexorg: port to new compat API.
2012-06-06 Brian Paulmesa: consolidate internal glCompressedTexSubImage1...
2012-06-06 Brian Paulmesa: consolidate internal glCompressedTexImage1/2...
2012-06-06 Brian Paulmesa: consolidate internal glCopyTexSubImage1/2/3D...
2012-06-06 Brian Paulmesa: consolidate internal glTexSubImage1/2/3D code
2012-06-06 Brian Paulmesa: consolidate internal glTexImage1/2/3D code
2012-06-06 Brian Paultranslate_test: add support for half floats
2012-06-06 Tom Stellardradeon/llvm: Remove obselete hooks for the ConvertToISA...
2012-06-06 Tom Stellardradeon/llvm: Remove AMDIL MOVE* instructions
2012-06-06 Tom Stellardradeon/llvm: Add isMov() to AMDILInstrInfo
2012-06-06 Tom Stellardradeon/llvm: Remove deadcode from the AMDILISelLowering...
2012-06-06 Tom Stellardradeon/llvm: Don't lower RETURN to S_ENDPGM on SI
2012-06-06 Tom Stellardradeon/llvm: Remove AMDIL VCREATE* instructions
2012-06-06 Tom Stellardradeon/llvm: Remove AMDIL LOADCONST* instructions
2012-06-05 Marcin Slusarznouveau: fix scratch buffer leak
2012-06-05 Marcin Slusarznv50: fix nv50_stream_output_state leak
2012-06-05 Marcin Slusarznv50: fix symbol table memory leak
2012-06-05 Kenneth Graunkei965/fs: Fix user-defined FS outputs with less than...
2012-06-05 Kenneth Graunkei965/vs: Fix texelFetchOffset() on pre-Gen7.
2012-06-05 Kenneth Graunkei965/fs: Fix texelFetchOffset() on pre-Gen7.
2012-06-05 Kenneth Graunkemeta: Fix GL_RENDERBUFFER binding in decompress_texture...
2012-06-05 Kenneth Graunkemesa: Unbind ARB_transform_feedback2 binding points...
2012-06-05 Kenneth Graunkemesa: Support BindBuffer{Base,Offset,Range} with a...
2012-06-05 Kenneth Graunkemesa: Unbind ARB_copy_buffer and transform feedback...
2012-06-05 Kenneth Graunkeglsl/builtins: Fix textureGrad() for Array samplers.
2012-06-05 Paul BerryFix .gitignore for ralloc-test
2012-06-02 Vinson Leest/mesa: Fix uninitialized members in glsl_to_tgsi_visi...
2012-06-02 Kenneth Graunkei965: Implement texture buffer objects on Gen6.
2012-06-02 Kenneth Graunkemesa: Restore depth texture state on glPopAttrib(GL_TEX...
2012-06-01 Eric Anholtautomake: Connect the libdricore target to make clean.
2012-06-01 Tom Stellardradeon/llvm: Fix VTX_READ patterns
2012-06-01 Tom Stellardradeon/llvm: Emit 2 bytes for vertex fetch offsets
2012-06-01 Tom Stellardradeon/llvm: Only use indirect (vertex fetch) parameter...
2012-06-01 Kenneth Graunkeintel: Change vendor string to "Intel Open Source Techn...
2012-06-01 Ian Romanickglsl: Remove spurious printf messages
2012-06-01 Tom Stellardradeon/llvm: Eliminate CFGStructurizer dependency on...
2012-06-01 Tom Stellardradeon/llvm: Change prefix on tablegen files to AMDGPU
2012-06-01 Tom Stellardradeon/llvm: Remove deadcode from the R600LowerInstruct...
2012-06-01 Tom Stellardradeon/llvm: Remove AMDIL GLOBALSTORE* instructions
2012-06-01 Tom Stellardradeon/llvm: Remove AMDIL GLOBALLOAD* instructions
2012-06-01 Adam Rakr600g: compute support for evergreen
2012-06-01 Tom Stellardclover: Add function for building a clover::module...
2012-06-01 Tom Stellardgallium: Add struct pipe_llvm_program_header v3
2012-06-01 Tom Stellardclover: Remove target argument from compile_program_tgsi()
2012-06-01 Tom Stellardclover: Add constructors to some of the module classes v3
2012-06-01 Tom Stellardclover: Add necessary flags to libclllvm_la_CXXFLAGS
2012-06-01 Tom Stellardclover: Link to the necessary LLVM and Clang libs
2012-06-01 Tom Stellardclover: Add a function for retrieving a device's prefer...
2012-06-01 Francisco Jerezgallium/compute: Add PIPE_COMPUTE_CAP_IR_TARGET v4
2012-06-01 Tom Stellardgallium: Add PIPE_SHADER_IR_LLVM to enum pipe_shader_ir v2
2012-06-01 Brian Paulscons: generate the glapitable.h file too
2012-05-31 Brian Paulsvga: fix saturated TEX instructions
2012-05-31 Brian Paulscons: add code to generate the various GL API files
2012-05-31 Brian Pauldraw: simplify index buffer specification
2012-05-31 Kenneth Graunkeglsl/tests: Plumb $(PYTHON2) and $(PYTHON_FLAGS) into...
2012-05-31 Kenneth Graunkeralloc: Add some basic unit tests.
2012-05-31 Kenneth Graunkeralloc: Fix ralloc_parent() of memory allocated out...
2012-05-30 Oliver McFaddenmesa: don't compile integer clear shaders for unsupport...
2012-05-29 Paul Berryi965/blorp: Implement destination clipping and scissoring
2012-05-29 Eric Anholtmesa: Clean up some dricore-related detritus in the...
2012-05-29 Eric Anholtautomake: Convert dricore building to automake.
2012-05-29 Eric Anholtautomake: Add a prefix variable to the common sources...
2012-05-29 Eric Anholtautomake: Rename variables in sources.mak to be automak...
next