Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-03 | Enable GL_NV_fragment_program_option for software rendering | Ian Romanick | |
At this point the extension is not fully implemented. | |||
2009-09-01 | radeon: Fix null pointer reference in debug system if no context is bind. | Pauli Nieminen | |
2009-08-31 | r600: Add more trace debug output to rendering pipeline. | Pauli Nieminen | |
2009-08-31 | radeon: Add support for indenting debug output. | Pauli Nieminen | |
Indetion can be used to make it easier to read debug code when sections of debug output are indented. | |||
2009-08-31 | radeon: Add comment warning about not choosing critical debug level. | Pauli Nieminen | |
2009-08-31 | radeon: Change default debug level to verbose. | Pauli Nieminen | |
Verbose is a lot better for developement but we should considre changing it to normal in stable branch. | |||
2009-08-31 | r300: Convert to shared debug code. | Pauli Nieminen | |
2009-08-31 | r200: Convert r200 to use new style debug code. | Pauli Nieminen | |
Only very few places where realy converted so there isa lot of to do. | |||
2009-08-31 | r600: Convert to shared debug code and add a few new debug messages. | Pauli Nieminen | |
There is only a few functions that have debugging enabled now. | |||
2009-08-31 | radeon: Make OQ to use new style debugging. | Pauli Nieminen | |
2009-08-31 | radeon: Add gcc attribute to enable pritnf format warnings. | Pauli Nieminen | |
2009-08-31 | r100: Use shared debug code. | Pauli Nieminen | |
Converted r100 to use shared debug code with sed and fast compile check. New code has compability layer so old debugging code doesn't have to be changed all immidiatly. | |||
2009-08-31 | radeon: Add common debugging functions. | Pauli Nieminen | |
These function are aiming to make it very simple to add and keep large amount of debugging code without having runtime impact in relase builds. Basic idea is to expose simple printf style debugging functions that are inlined. Level parameter will be evalueted in compile time so compiler can optimise some of debugging functions out if compile time request for debug level is too tight. | |||
2009-08-31 | r600: add missing r7xx pci id | Alex Deucher | |
2009-08-31 | intel: clear buffer fields in intel_bufferobj_unmap() | Brian Paul | |
2009-08-30 | mesa: consolidate texture-related code in meta.c | Brian Paul | |
Also, allow using texture rectangles, NPOT textures or regular POT textures (preferred in that order). | |||
2009-08-30 | intel: use more efficient loop over buffers | Brian Paul | |
2009-08-30 | mesa: avoid redundant viewport changes in meta code | Brian Paul | |
2009-08-29 | i965: Fix segfault with ARB_oq CheckQuery when results are already fetched. | Eric Anholt | |
2009-08-29 | i965: Support PROGRAM_ENV_PARAMs in brw_vs_emit.c | Eric Anholt | |
2009-08-29 | r300: Disable threshold register for KMS. | Pauli Nieminen | |
Kernel side doesn't have required register in safe list so can't send it kernel. | |||
2009-08-29 | r300: Swtcl prediction was still missing scissors. | Pauli Nieminen | |
All that state stuff should really be in state atoms :/ | |||
2009-08-29 | r300: Add missing pre_emit_count to swtcl state size prediction. | Pauli Nieminen | |
2009-08-28 | i965: Use VBOs in the VBO module on 965, now that we have ARB_map_buffer_range. | Eric Anholt | |
This looks like it's a small win on blender. | |||
2009-08-28 | intel: Add support for GL_ARB_map_buffer_range. | Eric Anholt | |
Passes glean's bufferObject test, and should provide good performance in the cases applications are expected to use. | |||
2009-08-28 | i965: Implement ARB_oq CheckQuery in the intended way. | Eric Anholt | |
Previously we blocked because I hadn't added the libdrm function. Now it's there, so update your libdrm. | |||
2009-08-29 | radeon: Fix swtcl emit pediction. | Pauli Nieminen | |
Problem was to find the correct place to run prediction. Only place that is called for every primitive is ALLOC_VERTS so we have to do prediction there before allocation. | |||
2009-08-28 | radeon: Fix scissors for dri1. | Pauli Nieminen | |
DRI1 has to set scissors in framebuffer coordinates. | |||
2009-08-28 | r100/r200: Bring back old PolygonStripple for DRI1. | Pauli Nieminen | |
DRI1 didn't have support for command buffer emit for stripple. | |||
2009-08-28 | r100/r200: Share PolygonStripple code. | Pauli Nieminen | |
2009-08-28 | r200: Fix piglit paths test. | Pauli Nieminen | |
Polygon stipple has to go to command buffer because special ioctl is disabled. Piglit doesn't like HyperZ warning so disable it for kms. | |||
2009-08-28 | r600: fix scissor also. | Dave Airlie | |
I forgot about r600 being here. | |||
2009-08-28 | radeon: fix scissors harder. | Dave Airlie | |
this makes gnome-shell work on r300 for me | |||
2009-08-27 | intel: Add support for ARB_copy_buffer. | Eric Anholt | |
Passes glean's bufferObject test for this extension. | |||
2009-08-28 | r300: Fix emit prediction to account scissor emitting correctly. | Pauli Nieminen | |
2009-08-27 | i915: Fix undefined symbol as of eabe12df44a41e97fb5736959e8864ddbd01be14 | Eric Anholt | |
2009-08-27 | r300: Cleanup reported native program limits | Nicolai Hähnle | |
The fragment program native limits are actually higher on R4xx as reported by Alex Deucher, but using those requires some bit-twiddling changes to program handling. Signed-off-by: Nicolai Hähnle <nhaehnle@gmail.com> | |||
2009-08-27 | r300: Debug messages are written to stderr, so fflush that | Nicolai Hähnle | |
Signed-off-by: Nicolai Hähnle <nhaehnle@gmail.com> | |||
2009-08-27 | radeon/r200/r300: Fix swtcl prediction to work after primitie change. | Pauli Nieminen | |
Swtcl calls flush everytime primitive changes so prediction has to made again after flushing. | |||
2009-08-27 | radeon: fix scissor calcs. | Dave Airlie | |
For non-FBOs we need to invert, for FBOs the scissors are non-inverted. no matter what we need to clamp them to the buffer sizes. | |||
2009-08-26 | i965: Increase assmebly shader program parameter limits | Ian Romanick | |
Increase the number of native program parameters to the same values exposed by GLSL. | |||
2009-08-26 | ARB prog: Change handling of program parameter limits | Ian Romanick | |
Several changes are made to program parameter limits. Several of the non-NATIVE limits are set higher. All of the NATIVE limits are set to zero in the core Mesa code. Each driver must set the actual value in its context creation routine. If the NATIVE value remains zero, this indicates that hardware shaders may not be supported. Each of the preceeding changes matches the bahavior of Apple's shader assembler, so it seems safe. Finally, we limit the value of MaxEnvParams to be no greater than MaxNativeAttribs. At least one case has been found where an application does the wrong thing if MaxNativeAttribs < MaxEnvParams. See also bugzilla #23490. | |||
2009-08-27 | radeon: fix max indx/vertex emission due to state checker | Dave Airlie | |
2009-08-27 | r300/compiler: Fix vertex program MAD emit | Nicolai Hähnle | |
Only use the macro variant of MAD when absolutely necessary. Apparently it cannot deal with relative addressing. Signed-off-by: Nicolai Hähnle <nhaehnle@gmail.com> | |||
2009-08-27 | r300/compiler: Fix bug in rc_find_free_temporary | Nicolai Hähnle | |
Find used temporaries even if they are only written to in dead code. This fixes a bug in the NQSSADCE stage. Signed-off-by: Nicolai Hähnle <nhaehnle@gmail.com> | |||
2009-08-27 | Merge branch 'fix_r300_swtcl' into push_master | Pauli Nieminen | |
2009-08-27 | radeon: Fix loop en condition so debug output doesn't flood meaningless values. | Pauli Nieminen | |
2009-08-27 | radeon: Make RADEON_CMDBUF more fine grained. | Pauli Nieminen | |
2009-08-27 | radeon/r200/r300: Fix swtcl flushing not to invalidate dma region. | Pauli Nieminen | |
We were check command buffer sizes too alte so allocated dma regions were freed before relocations so space checking failed. | |||
2009-08-26 | i965: init the tex_units_used field | Brian Paul | |